mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 11:41:34 +01:00
justfile: Remove default mode for just rebuild
This commit is contained in:
parent
cb845c0060
commit
40b1ddf4b4
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -19,7 +19,7 @@ repl host='$(hostname)':
|
||||||
nix repl .#nixosConfigurations.{{ host }}
|
nix repl .#nixosConfigurations.{{ host }}
|
||||||
|
|
||||||
[group('rebuild')]
|
[group('rebuild')]
|
||||||
rebuild mode='switch':
|
rebuild mode:
|
||||||
nh os {{ mode }} .
|
nh os {{ mode }} .
|
||||||
|
|
||||||
[group('rebuild')]
|
[group('rebuild')]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue