From 98b5114389c6d0fc35fcddf4df0723de51e5622c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 22:19:00 +0100 Subject: fix(treewide): Comply with the shell library's new argument names --- hm/soispha/conf/lf/commands/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/lf/commands') 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; } -- cgit 1.4.1