diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/commands/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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, |