Add new justfile options

This commit is contained in:
2026-03-09 15:01:37 +01:00
parent 2af4cbf42b
commit 6ff3ca400b
2 changed files with 20 additions and 17 deletions

View File

@@ -12,8 +12,8 @@ build-laptop:
nix build .#nixosConfigurations.dalaptop.config.system.build.toplevel
upload:
attic push my-config /run/current-system
attic push my-config result
attic push my-config /run/current-system
clean:
rm -rf result
@@ -25,5 +25,8 @@ format:
switch:
nh os switch
switch_update:
nh os switch --refresh --update
help:
@just --list
@just --list