feat: Add a trivial lib
This commit is contained in:
parent
b9cb5d6f94
commit
4d2e4e0488
1 changed files with 5 additions and 0 deletions
|
@ -61,4 +61,9 @@ in
|
||||||
{
|
{
|
||||||
shellHook = project.config.installationScript;
|
shellHook = project.config.installationScript;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lib = rec {
|
||||||
|
expr = repr: "\${{ ${repr} }}";
|
||||||
|
secret = name: expr "secrets.${name}";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue