mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
all-packages: use go 1.12 for openshift
This commit is contained in:
parent
7c6e98721c
commit
057b547fd4
1 changed files with 3 additions and 1 deletions
|
@ -19780,7 +19780,9 @@ in
|
|||
|
||||
notion = callPackage ../applications/window-managers/notion { };
|
||||
|
||||
openshift = callPackage ../applications/networking/cluster/openshift { };
|
||||
openshift = callPackage ../applications/networking/cluster/openshift {
|
||||
buildGoPackage = buildGo112Package;
|
||||
};
|
||||
|
||||
oroborus = callPackage ../applications/window-managers/oroborus {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue