ATproto Nix User Repo
0
fork

Configure Feed

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

fix tar command

+2 -2
+2 -2
overlays/cfg-if-fix.nix
··· 6 6 prev.buildPackage (args // ( 7 7 if pname == "cfg-if" then { 8 8 unpackPhase = '' 9 - tar xf $src --no-same-owner 9 + tar -xzf $src --no-same-owner 10 10 ''; 11 11 } else { } 12 12 )); 13 - } 13 + }