From aa472604977c3dc87d5302b25665603fc323506a Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 3 Jul 2023 09:26:40 +0200 Subject: [PATCH] Add boot recipe to Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index f059fdf..e0b71cb 100644 --- a/Justfile +++ b/Justfile @@ -12,6 +12,9 @@ diff: switch machine="": nixos-rebuild --flake .#{{machine}} --use-remote-sudo switch +boot machine="": + nixos-rebuild --flake .#{{machine}} --use-remote-sudo boot + fmt: nix fmt