mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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" ]
|
[ "{{SYSTEM}}" = "laptop" ]
|
||||||
then
|
then
|
||||||
echo "Testing next NixOS generation for {{SYSTEM}}..."
|
echo "Testing next NixOS generation for {{SYSTEM}}..."
|
||||||
sudo nixos-rebuild test .#{{SYSTEM}}
|
sudo nixos-rebuild test --flake .#{{SYSTEM}}
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "Error: Unknown argument - '{{SYSTEM}}'"
|
echo "Error: Unknown argument - '{{SYSTEM}}'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue