ipfs-migrator: pin to go_1_16
This commit is contained in:
parent
36e44512d7
commit
3020762c1e
@ -6733,7 +6733,9 @@ with pkgs;
|
||||
ipfs = callPackage ../applications/networking/ipfs {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
|
||||
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user