From c7564973ce0c8b70bbf2cf762cc51861395919b4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 31 Mar 2025 17:03:42 +0200 Subject: fix(modules/lf/commands): Add needed dependencies of the helpers.sh --- modules/by-name/lf/lf/commands/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/by-name') diff --git a/modules/by-name/lf/lf/commands/default.nix b/modules/by-name/lf/lf/commands/default.nix index aa78514f..6c21be12 100644 --- a/modules/by-name/lf/lf/commands/default.nix +++ b/modules/by-name/lf/lf/commands/default.nix @@ -7,7 +7,7 @@ pkgs.writeShellApplication { inherit name; text = builtins.readFile ./base.sh + builtins.readFile ./scripts/${name}.sh; - runtimeInputs = dependencies; + runtimeInputs = [pkgs.lf pkgs.mktemp] ++ dependencies; inheritPath = keepPath; } + "/bin/${name}"; -- cgit 1.4.1