mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed test just recipe
This commit is contained in:
parent
620b703570
commit
d9c1404888
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -74,7 +74,7 @@ test TYPE SYSTEM="desktop":
|
|||
[ "{{SYSTEM}}" = "laptop" ]
|
||||
then
|
||||
echo "Testing next NixOS generation for {{SYSTEM}}..."
|
||||
sudo nixos-rebuild test .#{{SYSTEM}}
|
||||
sudo nixos-rebuild test --flake .#{{SYSTEM}}
|
||||
exit 0
|
||||
else
|
||||
echo "Error: Unknown argument - '{{SYSTEM}}'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue