mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 07:15:49 -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 .
|
nixpkgs-fmt .
|
||||||
|
|
||||||
boot: ## evaluate flake for next boot
|
boot: ## evaluate flake for next boot
|
||||||
sudo nixos-rebuild boot --flake .
|
sudo nixos-rebuild boot --flake . --impure
|
||||||
|
|
||||||
switch: ## perform nixos rebuild
|
switch: ## perform nixos rebuild
|
||||||
sudo nixos-rebuild switch --flake . --impure
|
sudo nixos-rebuild switch --flake . --impure
|
||||||
|
|
||||||
|
store: ## run some store cleanup
|
||||||
|
nix store optimise
|
||||||
|
|
||||||
|
|
||||||
-include .task.cfg.mk
|
-include .task.cfg.mk
|
||||||
|
|
Loading…
Add table
Reference in a new issue