ipfs-migrator: pin to go_1_16
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user