ipfs: pin to go_1_16

This commit is contained in:
zowoq
2022-02-04 19:59:40 +10:00
parent 2176aca465
commit 36e44512d7
+3 -1
View File
@@ -6730,7 +6730,9 @@ with pkgs;
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
iperf = iperf3;
ipfs = callPackage ../applications/networking/ipfs { };
ipfs = callPackage ../applications/networking/ipfs {
buildGoModule = buildGo116Module;
};
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
buildGoModule = buildGo116Module;