feat: refine

This commit is contained in:
Kat Inskip 2024-10-18 18:26:03 -04:00
parent 5e2db8e655
commit 5ac0186a54
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -1,8 +1,11 @@
{
wrapShellScriptBin,
writeShellScriptBin,
pkgs,
inputs
makeBinPath,
lib
}: let
inherit (inputs.self.lib.std) string list set;
exports = ''
export NF_CONFIG_ROOT=''${NF_CONFIG_ROOT-${toString ../.}}
'';