This commit is contained in:
Tao Tien 2025-03-27 12:06:17 -07:00
parent dc6fcff873
commit dd16905fc6
2 changed files with 23 additions and 19 deletions

View file

@ -33,7 +33,11 @@ def post-rebuild [] {
def bump [...rest] {
cd /home/tao/projects/NOflake/
jj new -m "bump"
mut r = "@"
if (jj log -r @ --no-pager --no-graph --template 'if(empty,"empty")' | $in == "empty") {
$r = "@-"
}
jj new -m "bump" -r $r
nix flake update
# rc2nix | save -f /home/tao/projects/NOflake/users/tao/plasma.nix;
# sudo nix store ping --store ssh://nocomputer