mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add optimizer
This commit is contained in:
parent
5ec9b796cd
commit
509be70772
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -2,9 +2,13 @@ lint: ## format *.nix
|
|||
nixpkgs-fmt .
|
||||
|
||||
boot: ## evaluate flake for next boot
|
||||
sudo nixos-rebuild boot --flake .
|
||||
sudo nixos-rebuild boot --flake . --impure
|
||||
|
||||
switch: ## perform nixos rebuild
|
||||
sudo nixos-rebuild switch --flake . --impure
|
||||
|
||||
store: ## run some store cleanup
|
||||
nix store optimise
|
||||
|
||||
|
||||
-include .task.cfg.mk
|
||||
|
|
Loading…
Reference in a new issue