add some commands to read secret

values
This commit is contained in:
Chris Kruining 2025-10-27 11:34:11 +01:00
parent 334c0b54cc
commit e92f2cf82c
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 9 additions and 1 deletions

View file

@ -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 .