chore: hack for git-age/git-lfs
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
cf8013328f
commit
7b2db38a3a
2
justfile
2
justfile
|
@ -4,8 +4,10 @@ default:
|
||||||
|
|
||||||
[private]
|
[private]
|
||||||
rebuild *args:
|
rebuild *args:
|
||||||
|
@touch .dirty
|
||||||
@git add .
|
@git add .
|
||||||
@sudo nixos-rebuild --flake . {{args}}
|
@sudo nixos-rebuild --flake . {{args}}
|
||||||
|
@git rm -f .dirty
|
||||||
|
|
||||||
# Rebuild the current machine
|
# Rebuild the current machine
|
||||||
switch *args:
|
switch *args:
|
||||||
|
|
Reference in New Issue