nix-config/justfile

15 lines
269 B
Makefile
Raw Normal View History

2022-09-22 08:26:12 +01:00
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
2022-09-27 07:37:57 +01:00
update:
nix flake update