framework for managing secrets and computed values
Find a file
kiara cf1624eb1f
backends/on-machine: identify generator upfront in generate-vars
so far, `generate-vars` would identify prompted files, yet identify the generators only after prompts.
when one reuses files names across generators, that approach leaves implicit which generator `generate-vars` is prompting file contents for.
this PR addresses this by adding an echo line before any such prompts.
2025-04-28 08:31:20 +02:00
backends backends/on-machine: identify generator upfront in generate-vars 2025-04-28 08:31:20 +02:00
flake.lock init 2025-04-04 21:05:34 -07:00
flake.nix init 2025-04-04 21:05:34 -07:00
options.nix init 2025-04-04 21:05:34 -07:00
README.md init 2025-04-04 21:05:34 -07:00
testing.nix init 2025-04-04 21:05:34 -07:00

vars

This repo is for testing https://github.com/NixOS/nixpkgs/pull/370444 without patching your nixpkgs or running clan.

DavHau also wrote a blogpost about the more advanced version from clan.lol: https://clan.lol/blog/vars/

TODO: add more README