bump
This commit is contained in:
parent
dc6fcff873
commit
dd16905fc6
2 changed files with 23 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue