mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: fix nf-actions std
This commit is contained in:
parent
5ac0186a54
commit
c2d6792abd
1 changed files with 1 additions and 2 deletions
|
|
@ -3,9 +3,8 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs
|
inputs
|
||||||
makeBinPath,
|
makeBinPath,
|
||||||
lib
|
|
||||||
}: let
|
}: let
|
||||||
inherit (inputs.self.lib.std) string list set;
|
inherit (inputs.std) string list set;
|
||||||
exports = ''
|
exports = ''
|
||||||
export NF_CONFIG_ROOT=''${NF_CONFIG_ROOT-${toString ../.}}
|
export NF_CONFIG_ROOT=''${NF_CONFIG_ROOT-${toString ../.}}
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue