aboutsummaryrefslogblamecommitdiffstats
path: root/Justfile
blob: 0408323c8f05ac28e4497b7e054652ba901741cf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                    
rebuild:
  sudo nixos-rebuild switch --flake .#nixbook

debug:
  sudo nixos-rebuild switch --flake .#nixbook --show-trace --verbose

test:
  sudo nixos-rebuild test --flake .#nixbook --show-trace --verbose

clean:
  nix-collect-garbage -d

update:
  nix flake update --commit-lock-file