Skip to content

Commit

Permalink
ipfs-cluster: Remove go1.14 pinning.
Browse files Browse the repository at this point in the history
It builds without it, so I think it's just some legacy cruft
  • Loading branch information
c00w committed Dec 30, 2020
1 parent c04fc54 commit f7fc3bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit f7fc3bf

Please sign in to comment.