mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19: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,
|
||||
inputs
|
||||
makeBinPath,
|
||||
lib
|
||||
}: let
|
||||
inherit (inputs.self.lib.std) string list set;
|
||||
exports = ''
|
||||
export NF_CONFIG_ROOT=''${NF_CONFIG_ROOT-${toString ../.}}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue