safe: unpin go1.17

This commit is contained in:
Aaron Jheng 2022-10-03 04:08:34 +00:00 committed by zowoq
parent fca5427594
commit 978895272f

View file

@ -10882,10 +10882,7 @@ with pkgs;
sacd = callPackage ../tools/cd-dvd/sacd { };
safe = callPackage ../tools/security/safe {
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
buildGoModule = buildGo117Module;
};
safe = callPackage ../tools/security/safe { };
safety-cli = with python3.pkgs; toPythonApplication safety;