feat(make): nom
This commit is contained in:
6
Makefile
6
Makefile
@@ -2,15 +2,15 @@ all: fmt switch
|
|||||||
|
|
||||||
switch:
|
switch:
|
||||||
@echo "Rebuilding NixOS..."
|
@echo "Rebuilding NixOS..."
|
||||||
@nixos-rebuild switch --flake . --use-remote-sudo
|
@nixos-rebuild switch --flake . --use-remote-sudo --json |& nom
|
||||||
|
|
||||||
boot:
|
boot:
|
||||||
@echo "Rebuilding NixOS..."
|
@echo "Rebuilding NixOS..."
|
||||||
@nixos-rebuild boot --flake . --use-remote-sudo
|
@nixos-rebuild boot --flake . --use-remote-sudo --json |& nom
|
||||||
|
|
||||||
vm:
|
vm:
|
||||||
@echo "Building NixOS VM..."
|
@echo "Building NixOS VM..."
|
||||||
@nixos-rebuild build-vm --flake .
|
@nixos-rebuild build-vm --flake . --json |& nom
|
||||||
|
|
||||||
update:
|
update:
|
||||||
@echo "Updating flakes..."
|
@echo "Updating flakes..."
|
||||||
|
|||||||
Reference in New Issue
Block a user