mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19: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,
|
||||
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 ../.}}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue