From 18497ca01859b609035cd05a3909a0c308e918ad Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 24 Feb 2024 11:05:50 +0100 Subject: fix(hm/conf/lf/commands): Correct reference to nix path --- hm/soispha/conf/lf/commands/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf') diff --git a/hm/soispha/conf/lf/commands/default.nix b/hm/soispha/conf/lf/commands/default.nix index aeae266e..ff40d94d 100644 --- a/hm/soispha/conf/lf/commands/default.nix +++ b/hm/soispha/conf/lf/commands/default.nix @@ -18,7 +18,7 @@ dependencies = dependencies ++ (builtins.attrValues {inherit (pkgs) dash coreutils;}); inherit replacementStrings; } - + "/bin/${name}.sh"; + + "/bin/${name}"; shell = { name, -- cgit 1.4.1