safe: unpin go1.17
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user