lol

ipfs: don't pin to go1.16

authored by

ajs124 and committed by
Jörg Thalheim
8da44262 0ebd5585

+1 -3
+1 -3
pkgs/top-level/all-packages.nix
··· 7162 7162 7163 7163 ipfetch = callPackage ../tools/networking/ipfetch { }; 7164 7164 7165 - ipfs = callPackage ../applications/networking/ipfs { 7166 - buildGoModule = buildGo116Module; 7167 - }; 7165 + ipfs = callPackage ../applications/networking/ipfs { }; 7168 7166 ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { }; 7169 7167 7170 7168 ipfs-migrator-all-fs-repo-migrations = callPackage ../applications/networking/ipfs-migrator/all-migrations.nix {