mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 07:15:49 -06:00
10 lines
215 B
Makefile
10 lines
215 B
Makefile
lint: ## format *.nix
|
|
nixpkgs-fmt .
|
|
|
|
boot: ## evaluate flake for next boot
|
|
sudo nixos-rebuild boot --flake .
|
|
|
|
switch: ## perform nixos rebuild
|
|
sudo nixos-rebuild switch --flake . --impure
|
|
|
|
-include .task.cfg.mk
|