build: replace justfile with run

This commit is contained in:
Oliver Davies 2023-10-07 00:05:16 +01:00
parent 7b86cafc22
commit 596ba4ac14
2 changed files with 44 additions and 14 deletions

View file

@ -1,14 +0,0 @@
default:
just --list
clean:
rm -rf ./result
nixos profile command: && clean
sudo nixos-rebuild {{ command }} --flake .#{{ profile }}
wsl2 command: && clean
NIXPKGS_ALLOW_UNFREE=1 home-manager {{ command }} --flake .#wsl2 --impure
update:
nix flake update