Tidier templating for environment variables

This commit is contained in:
Cyber MacGeddon 2024-10-14 19:45:54 +01:00
parent b7f5ec0e99
commit 56cfe31e88
2 changed files with 6 additions and 16 deletions

View file

@ -195,7 +195,7 @@
variables:: [],
with_env_var::
function(name) self + {
function(name, key) self + {
variables: super.variables + [name],
},