mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 19:01:43 +01:00
fix: Makefile - make deploy
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,11 +1,8 @@
|
||||
deploy:
|
||||
sudo nixos-rebuild switch --flake . \
|
||||
--extra-experimental-features 'nix-command flakes'
|
||||
sudo nixos-rebuild switch --flake .
|
||||
|
||||
debug:
|
||||
sudo nixos-rebuild switch --flake . \
|
||||
--show-trace --verbose \
|
||||
--extra-experimental-features 'nix-command flakes'
|
||||
sudo nixos-rebuild switch --flake . --show-trace --verbose
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
Reference in New Issue
Block a user