mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
godu: don't pin to go1.16
This commit is contained in:
parent
8d2436dfff
commit
5c46ce199d
1 changed files with 1 additions and 3 deletions
|
@ -3661,9 +3661,7 @@ with pkgs;
|
|||
|
||||
gorilla-bin = callPackage ../tools/security/gorilla-bin { };
|
||||
|
||||
godu = callPackage ../tools/misc/godu {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
godu = callPackage ../tools/misc/godu { };
|
||||
|
||||
goss = callPackage ../tools/misc/goss { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue