this repo has no description
0
fork

Configure Feed

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

18 2024-08-19 13:43:35 (current)

+2 -1
+2 -1
rebuild.sh
··· 4 4 alejandra . &>/dev/null 5 5 git diff -U0 *.nix 6 6 echo "Rebuilding nix" 7 - darwin-rebuild switch --flake . &>darwin-rebuild.log || ( 7 + mkdir -p logs 8 + darwin-rebuild switch --flake . &>logs/darwin-rebuild.log || ( 8 9 cat darwin-rebuild.log | grep --color error && false) 9 10 gen=$(darwin-rebuild --list-generations | grep current) 10 11 git commit -am "$gen"