build(justfile): swap profile and command

...arguments
This commit is contained in:
Oliver Davies 2023-04-05 18:00:00 +01:00
parent 5a08bdc7ea
commit dacc6af97e

View file

@ -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