mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixes
This commit is contained in:
parent
50160384aa
commit
8544f3dd1e
2 changed files with 7 additions and 3 deletions
2
justfile
2
justfile
|
|
@ -42,7 +42,7 @@ out SYSTEM="desktop": (_validate SYSTEM)
|
|||
|
||||
# Test switch into the next generation
|
||||
[group('nixos')]
|
||||
test SYSTEM="desktop": (_validate SYSTEM)
|
||||
test SYSTEM=SYSTEM: (_validate SYSTEM)
|
||||
@echo "Testing switching to next NixOS generation for {{SYSTEM}}..."
|
||||
@sudo nixos-rebuild test --flake .#{{SYSTEM}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue