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