diff --git a/Justfile b/Justfile index 7342d56c..d4c3350e 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,6 @@ alias b := build alias s := switch +alias u := update build: nixos-rebuild build --flake . --accept-flake-config --verbose --show-trace \ @@ -8,3 +9,9 @@ build: switch: nixos-rebuild switch --flake . --accept-flake-config --verbose --show-trace --sudo + +boot: + nixos-rebuild switch --flake . --accept-flake-config --verbose --show-trace --sudo + +update: + nix flake update