From 95c9314232bdebbff89f81ca3ab721e230290cec Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 11:27:01 +0100 Subject: build(treewide): Update flake and shell library --- hm/soispha/conf/lf/commands/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hm/soispha/conf/lf/commands/default.nix') diff --git a/hm/soispha/conf/lf/commands/default.nix b/hm/soispha/conf/lf/commands/default.nix index a52cb2f0..5d7fa3ce 100644 --- a/hm/soispha/conf/lf/commands/default.nix +++ b/hm/soispha/conf/lf/commands/default.nix @@ -12,9 +12,10 @@ replacementStrings, ... }: - sysLib.writeShellScriptWithLibraryAndKeepPath { + sysLib.writeShellScript { name = "${builtins.baseNameOf file}"; src = file; + keep_path = true; dependencies = dependencies ++ (builtins.attrValues {inherit (pkgs) dash coreutils;}); inherit replacementStrings; } -- cgit 1.4.1