diff options
| author | gramanas <anastasis.gramm2@gmail.com> | 2024-10-07 11:47:06 +0300 | 
|---|---|---|
| committer | gramanas <anastasis.gramm2@gmail.com> | 2024-10-07 11:47:06 +0300 | 
| commit | 4547e75868cba2a265b78661ddc386b5e81c1bb0 (patch) | |
| tree | 71924feb573c8af5030080fc007eee7bfbaabb20 /Justfile | |
| download | nix-master.tar.gz nix-master.tar.bz2 nix-master.zip | |
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..0408323 --- /dev/null +++ b/Justfile @@ -0,0 +1,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 | 
