3
0
Fork 0
forked from mirrors/nixpkgs

ipfs: don't pin to go1.16

This commit is contained in:
ajs124 2022-04-13 13:18:38 +01:00 committed by Jörg Thalheim
parent 0ebd5585be
commit 8da4426222
No known key found for this signature in database

View file

@ -7162,9 +7162,7 @@ with pkgs;
ipfetch = callPackage ../tools/networking/ipfetch { };
ipfs = callPackage ../applications/networking/ipfs {
buildGoModule = buildGo116Module;
};
ipfs = callPackage ../applications/networking/ipfs { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };
ipfs-migrator-all-fs-repo-migrations = callPackage ../applications/networking/ipfs-migrator/all-migrations.nix {