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