build(justfile): swap profile and command
...arguments
This commit is contained in:
parent
5a08bdc7ea
commit
dacc6af97e
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -4,7 +4,7 @@ default:
|
|||
clean:
|
||||
rm -rf ./result
|
||||
|
||||
nixos command profile: && clean
|
||||
nixos profile command: && clean
|
||||
sudo nixos-rebuild {{ command }} --flake .#{{ profile }}
|
||||
|
||||
wsl2 command: && clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue