ATproto Nix User Repo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix tar command

+1 -2
+1 -2
overlays/cfg-if-fix.nix
··· 9 9 unpackPhase = '' 10 10 tar -xzf $src --no-same-owner 11 11 ''; 12 - requiredSystemFeatures = [ "local-build" ]; 13 12 }) 14 13 else 15 14 drv; ··· 17 16 previousOverride pkg drv'; 18 17 in 19 18 prev.vendorCargoDeps (args // { overrideVendorCargoPackage = newOverride; }); 20 - } 19 + }