dotfiles/justfile

15 lines
262 B
Makefile
Raw Normal View History

2022-09-22 07:26:12 +00:00
default:
just --list
clean:
rm -rf ./result
nixos profile command: && clean
sudo nixos-rebuild {{ command }} --flake .#{{ profile }}
wsl2 command: && clean
home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2
2022-09-27 06:37:57 +00:00
update:
nix flake update