diff options
author | Soispha <soispha@vhack.eu> | 2024-02-24 11:05:50 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-24 11:09:35 +0100 |
commit | 18497ca01859b609035cd05a3909a0c308e918ad (patch) | |
tree | 5477985cc672737413903668f2b35dafc3571eb5 | |
parent | build(flake): Update (diff) | |
download | nixos-config-18497ca01859b609035cd05a3909a0c308e918ad.zip |
fix(hm/conf/lf/commands): Correct reference to nix path
-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, |