about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-24 11:05:50 +0100
committerSoispha <soispha@vhack.eu>2024-02-24 11:09:35 +0100
commit18497ca01859b609035cd05a3909a0c308e918ad (patch)
tree5477985cc672737413903668f2b35dafc3571eb5
parentbuild(flake): Update (diff)
downloadnixos-config-18497ca01859b609035cd05a3909a0c308e918ad.zip
fix(hm/conf/lf/commands): Correct reference to nix path
-rw-r--r--hm/soispha/conf/lf/commands/default.nix2
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,