feat: fix nf-actions std

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

View file

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