dotnix/justfile

17 lines
221 B
Plaintext

[private]
default:
@just --choose
[private]
rebuild *args:
@git add .
@sudo nixos-rebuild --flake . {{args}}
# Rebuild the current machine
switch:
@just rebuild switch
# Update the flake
update:
@nix flake update