home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d092500244798b7ffda3693e145c005b618d20d5
parent e2791c0198432cd43189306647b000760eebb5ae
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 22 Jul 2020 15:45:38 +0200

pkgs/oc: make 4.5 the default

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/default.nix b/pkgs/default.nix @@ -74,7 +74,7 @@ rec { oc_4_4 oc_4_5 ; - oc = oc_4_4; + oc = oc_4_5; inherit (pkgs.callPackage ./openshift-install { }) openshift-install_4_3 openshift-install_4_4