ATproto Nix User Repo
0
fork

Configure Feed

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

fix tar command

+1
+1
overlays/cfg-if-fix.nix
··· 5 5 in 6 6 prev.buildPackage (args // ( 7 7 if pname == "cfg-if" && args.version == "1.0.0" then { 8 + requiredSystemFeatures = [ "local-build" ]; 8 9 unpackPhase = '' 9 10 tar -xzf $src --no-same-owner 10 11 '';