aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/lf/commands
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/lf/commands')
-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 5d7fa3ce..14a160c6 100644
--- a/hm/soispha/conf/lf/commands/default.nix
+++ b/hm/soispha/conf/lf/commands/default.nix
@@ -15,7 +15,7 @@
sysLib.writeShellScript {
name = "${builtins.baseNameOf file}";
src = file;
- keep_path = true;
+ keepPath = true;
dependencies = dependencies ++ (builtins.attrValues {inherit (pkgs) dash coreutils;});
inherit replacementStrings;
}