You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
all: rebuild-switch
|
|
|
|
date
|
|
|
|
|
|
|
|
clean:
|
|
|
|
nix-collect-garbage -d --delete-older-than 15d
|
|
|
|
|
|
|
|
rebuild-switch:
|
|
|
|
nixos-rebuild switch
|
|
|
|
|
|
|
|
submodules-update:
|
|
|
|
git submodule update --remote
|
|
|
|
|
|
|
|
update:
|
|
|
|
nixos-rebuild switch --upgrade
|