hyprspace: pin to go 1.17

This commit is contained in:
Sandro Jäckel
2022-07-15 23:50:59 +02:00
parent 131de2bb9f
commit 160ca82f3f
+4 -1
View File
@@ -22197,7 +22197,10 @@ with pkgs;
hydron = callPackage ../servers/hydron { };
hyprspace = callPackage ../applications/networking/hyprspace { inherit (darwin) iproute2mac; };
hyprspace = callPackage ../applications/networking/hyprspace {
inherit (darwin) iproute2mac;
buildGoModule = buildGo117Module;
};
ic-keysmith = callPackage ../tools/security/ic-keysmith { };