aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-01-13 03:56:12 +0100
committertv <tv@krebsco.de>2026-01-13 03:56:12 +0100
commitaa1b17d819aa81ae175185ab0e5be7fbfcff4f16 (patch)
tree7811d37542716662e33c8b635cc5eb4d0bce97c1 /README.md
parente70831be931060910207bd54241c68c9e5edce63 (diff)
main: admit $ref in config
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f661d70..b448f3e 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,13 @@
"pass": "somepass"
}
+ or, if the password should be read from a separate file containing a JSON value, then:
+
+ {
+ "nick": "somenick",
+ "pass": { "$ref": "path/to/pass.json" }
+ }
+
then enter the Nix shell for development:
cabal2nix . > default.nix && nix-shell -I stockholm=~/stockholm