search dns, package reorg, opencode
This commit is contained in:
parent
dab6541947
commit
8fce8ae927
5 changed files with 245 additions and 44 deletions
3
justfile
3
justfile
|
|
@ -32,6 +32,9 @@ deploy-liminal:
|
|||
deploy-zima:
|
||||
just deploy-auto zima root@zima
|
||||
|
||||
update-package package version="":
|
||||
if [ -n "{{version}}" ]; then scripts/update-local-package {{package}} --version {{version}}; else scripts/update-local-package {{package}}; fi
|
||||
|
||||
# Update flake lock file
|
||||
update:
|
||||
nix flake update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue