mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: refine
This commit is contained in:
parent
5e2db8e655
commit
5ac0186a54
1 changed files with 4 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
wrapShellScriptBin,
|
writeShellScriptBin,
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs
|
inputs
|
||||||
|
makeBinPath,
|
||||||
|
lib
|
||||||
}: let
|
}: let
|
||||||
|
inherit (inputs.self.lib.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