From 82571aaf9437da49a68c7bce0e49bb94ff51fa1f Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 3 Apr 2023 16:27:13 +0200 Subject: Fix(hm/conf/lf): Add missing 'coreutils' dependency --- home-manager/config/lf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix index 3991ba19..22888f7d 100644 --- a/home-manager/config/lf/default.nix +++ b/home-manager/config/lf/default.nix @@ -12,7 +12,7 @@ sysLib.makeShellScriptWithLibrary { name = "${builtins.baseNameOf file}"; script = file; - dependencies = dependencies ++ (builtins.attrValues {inherit (pkgs) dash;}); + dependencies = dependencies ++ (builtins.attrValues {inherit (pkgs) dash coreutils;}); } + "/bin/${builtins.baseNameOf file}"; shell = { @@ -209,7 +209,7 @@ in { gnutar unzip # TODO this is unfree! unrar - + p7zip ; }; -- cgit 1.4.1