tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ipfs: pin to go_1_16
zowoq
4 years ago
36e44512
2176aca4
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
all-packages.nix
+3
-1
pkgs/top-level/all-packages.nix
···
6730
6730
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
6731
6731
iperf = iperf3;
6732
6732
6733
6733
-
ipfs = callPackage ../applications/networking/ipfs { };
6733
6733
+
ipfs = callPackage ../applications/networking/ipfs {
6734
6734
+
buildGoModule = buildGo116Module;
6735
6735
+
};
6734
6736
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
6735
6737
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
6736
6738
buildGoModule = buildGo116Module;