From ff7c869e032466e68298e27c3700e2bbbc17bdaf Mon Sep 17 00:00:00 2001 From: dish Date: Sun, 5 Apr 2026 16:06:49 -0400 Subject: [PATCH] [flake] add more commands to justfile --- Justfile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.51.2