doggo: pin to go 1.18

This commit is contained in:
zowoq
2022-10-11 08:06:02 +10:00
parent 352636126b
commit aa8e4b78d3
+3 -1
View File
@@ -5853,7 +5853,9 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
doggo = callPackage ../tools/networking/doggo { };
doggo = callPackage ../tools/networking/doggo {
buildGoModule = buildGo118Module; # build fails with 1.19
};
dosfstools = callPackage ../tools/filesystems/dosfstools { };