mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
d96e35afcb
commit
5c80400b09
3 changed files with 54 additions and 5 deletions
10
Justfile
10
Justfile
|
@ -1,6 +1,9 @@
|
|||
up:
|
||||
nix flake update
|
||||
|
||||
check:
|
||||
nix flake check
|
||||
|
||||
boot:
|
||||
nixos-rebuild boot --flake . --use-remote-sudo
|
||||
|
||||
|
@ -8,9 +11,14 @@ commit:
|
|||
git add .
|
||||
git commit -a -m "update"
|
||||
|
||||
switch: commit
|
||||
_switch: commit
|
||||
nixos-rebuild switch --flake . --use-remote-sudo
|
||||
|
||||
push:
|
||||
git push origin --all
|
||||
|
||||
switch: _switch push
|
||||
|
||||
debug:
|
||||
nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue