commit 888de1394e89fcaf53ac446b83c04e7cdf0e45cf
parent 9069cf7154824ad6d62083976f946b2639ff5887
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 16 Oct 2020 15:40:39 +0200
systems: re-enable oc and openshift-install
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/users/vincent/containers/openshift.nix b/users/vincent/containers/openshift.nix
@@ -4,8 +4,8 @@
home.file.".local/share/applications/chos4.desktop".source = ./chos4.desktop;
home.packages = with pkgs; [
#my.crc
- #my.oc
- #my.openshift-install
+ my.oc
+ my.openshift-install
#my.operator-sdk
];
}