build: replace justfile with run
This commit is contained in:
parent
7b86cafc22
commit
596ba4ac14
2 changed files with 44 additions and 14 deletions
14
justfile
14
justfile
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue