mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Add just repl command
This commit is contained in:
parent
1d58b58772
commit
1f4b3e734b
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -27,3 +27,6 @@ install host destination='root@installer':
|
||||||
|
|
||||||
repair:
|
repair:
|
||||||
nix-store --verify --check-contents --repair
|
nix-store --verify --check-contents --repair
|
||||||
|
|
||||||
|
repl hostname='$(hostname)':
|
||||||
|
nix repl .#nixosConfigurations.{{ hostname }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue