mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add new justfile options
This commit is contained in:
7
Justfile
7
Justfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user