flake updates

This commit is contained in:
Rouven Seifert 2023-04-16 13:43:30 +02:00
parent be735ec0e7
commit dd60c40217
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 44 additions and 60 deletions

View file

@ -8,9 +8,9 @@
l = "ls -l";
ll = "ls -la";
la = "ls -a";
"switch" = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat-2.sixel}";
"update" = "cd /etc/nixos && nix flake update && cat ${../../../../images/another-cat.sixel}";
"garbage" = "sudo nix-collect-garbage -d && cat ${../../../../images/cat-garbage.sixel}";
switch = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat-2.sixel}";
update = "cd /etc/nixos && nix flake update && cat ${../../../../images/another-cat.sixel}";
garbage = "sudo nix-collect-garbage -d && cat ${../../../../images/cat-garbage.sixel}";
q = "exit";
};
history = {