mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
ipfs-cluster: Remove go1.14 pinning.
It builds without it, so I think it's just some legacy cruft
This commit is contained in:
parent
c04fc54d39
commit
f7fc3bfd55
|
@ -4910,9 +4910,7 @@ in
|
|||
|
||||
ipfs = callPackage ../applications/networking/ipfs { };
|
||||
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
|
||||
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
|
||||
buildGoModule = buildGo114Module;
|
||||
};
|
||||
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };
|
||||
|
||||
ipget = callPackage ../applications/networking/ipget { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue