1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

doggo: pin to go 1.18

This commit is contained in:
zowoq 2022-10-10 16:00:47 +10:00
parent 352636126b
commit aa8e4b78d3

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 { };