add some commands to read secret
values
This commit is contained in:
parent
334c0b54cc
commit
e92f2cf82c
2 changed files with 9 additions and 1 deletions
|
|
@ -15,4 +15,8 @@ mod machine '.just/machine.just'
|
|||
@update:
|
||||
nix flake update
|
||||
git commit -m 'chore: update dependencies' -- ./flake.lock > /dev/null
|
||||
echo "Done"
|
||||
echo "Done"
|
||||
|
||||
[doc('Introspection on flake output')]
|
||||
@select key:
|
||||
nix eval --json .#{{ key }} | jq .
|
||||
Loading…
Add table
Add a link
Reference in a new issue