NixOS-based container for running GitHub actions
0
fork

Configure Feed

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

add global git config

+3
+3
flake.nix
··· 409 409 cat $shadowContentsPath > $out/etc/shadow 410 410 echo "" >> $out/etc/shadow 411 411 412 + cat $gitConfigPath > $out/etc/gitconfig 413 + echo "" >> $out/etc/gitconfig 414 + 412 415 mkdir -p $out/etc/nix 413 416 cat $nixConfContentsPath > $out/etc/nix/nix.conf 414 417 echo "" >> $out/etc/nix/nix.conf