From 19b64bed1e31489de83f0c7d1b0ec1e77e3f7c49 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 16 Oct 2024 21:18:46 -0400 Subject: templates: cleanup --- templates/nixos/justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/nixos/justfile') diff --git a/templates/nixos/justfile b/templates/nixos/justfile index a6f8655..5b524fb 100644 --- a/templates/nixos/justfile +++ b/templates/nixos/justfile @@ -1,5 +1,5 @@ -alias b := boot -alias s := switch +alias bo := boot +alias bu := build alias sw := switch alias t := test @@ -15,6 +15,9 @@ rebuild subcmd *args="": # Switch to your new configuration when you reboot boot *args="": (rebuild "boot" args) +# Build your new configuration +build *args="": (rebuild "build" args) + # Immediately switch to your new configuration switch *args="": (rebuild "switch" args) -- cgit v1.2.3