From aa1b17d819aa81ae175185ab0e5be7fbfcff4f16 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 13 Jan 2026 03:56:12 +0100 Subject: main: admit $ref in config --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3