lol
0
fork

Configure Feed

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

at 24.05-pre 10 lines 309 B view raw
1{ callPackage, runtimeShell }: 2 3(callPackage ./build.nix { 4 version = "a4da4dfac44d1bbc6986c5c76fea45a60ebdd8e5"; 5 sha256 = "0gcjpw2q263hh8w2sjvq3f3k2d28qpkkv0jnl8hw1l7v604i8zxg"; 6}).overrideAttrs (old: { 7 postPatch = old.postPatch or "" + '' 8 echo 'echo ${runtimeShell}' > scripts/find_shell 9 ''; 10})