mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 11:59:08 +01:00
justfile: Use nixos-rebuild repl for the repl command
Some checks are pending
Some checks are pending
This commit is contained in:
parent
a141f3f8fc
commit
0b9e9aec38
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -25,7 +25,7 @@ repair:
|
||||||
|
|
||||||
[group('utility')]
|
[group('utility')]
|
||||||
repl host='$(hostname)':
|
repl host='$(hostname)':
|
||||||
nix repl .#allHosts.{{ host }}
|
nixos-rebuild repl --flake .#{{ host }}
|
||||||
|
|
||||||
[group('rebuild')]
|
[group('rebuild')]
|
||||||
rebuild mode:
|
rebuild mode:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue