From 4547e75868cba2a265b78661ddc386b5e81c1bb0 Mon Sep 17 00:00:00 2001 From: gramanas Date: Mon, 7 Oct 2024 11:47:06 +0300 Subject: init --- Justfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Justfile (limited to 'Justfile') 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 -- cgit v1.2.3