dotfiles/nix/justfile

16 lines
385 B
Makefile
Raw Normal View History

2024-03-19 02:45:03 +01:00
switch:
2024-03-19 05:12:35 +01:00
home-manager --flake . switch
2024-03-19 02:45:03 +01:00
bootstrap:
2024-03-19 05:12:35 +01:00
nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake . switch
2024-03-21 02:08:50 +01:00
2024-03-22 04:06:36 +01:00
format:
nix fmt
2024-03-21 02:08:50 +01:00
gc:
home-manager expire-generations -7days
nix store gc
2024-03-22 04:06:36 +01:00
check:
home-manager build --no-out-link --flake .