tplenv 0.5.0

Render template placeholders from environment variables and YAML values files
1
2
3
4
5
# Non-flake entrypoint that still uses flake-locked inputs for reproducibility.
let
  flake = builtins.getFlake (toString ./.);
in
  flake.packages.${builtins.currentSystem}.default