From dacc6af97e4c16e51e002a067547c0bdcb8f2feb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 5 Apr 2023 18:00:00 +0100 Subject: [PATCH] build(justfile): swap profile and command ...arguments --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 7ef93f1..d6cd356 100644 --- a/justfile +++ b/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