safe: unpin go1.17
This commit is contained in:
parent
fca5427594
commit
978895272f
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue