Justfile: remove update-input recipe
This commit is contained in:
parent
c154d91613
commit
daf1e39df3
1 changed files with 1 additions and 5 deletions
|
|
@ -14,14 +14,10 @@ print-recipes:
|
|||
update:
|
||||
nix flake update
|
||||
|
||||
# Update a single input
|
||||
update-input input:
|
||||
nix flake lock --update-input {{input}}
|
||||
|
||||
@edit-secrets:
|
||||
git clone ssh://forgejo@git.everest.tailscale:4222/Toast/nix-secrets.git /tmp/secrets
|
||||
sed -i 's\git+ssh://forgejo@git.everest.tailscale:4222/Toast/nix-secrets\/tmp/secrets\g' flake.nix
|
||||
just -q update-input secrets
|
||||
nix flake update secrets
|
||||
echo "{{bold}}All done!"
|
||||
echo "{{normal}}Remember to restore flake.nix"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue