about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-11 23:00:40 +0100
committerene <ene@sils.li>2023-03-11 23:00:40 +0100
commitfb8ccdeb7df4dc1103139700efe805d001bf4d4b (patch)
tree84dcc5f9dac45499a3e08dd32ad035048d2806c7 /home-manager
parentFix(hm/conf/firefox): Move bookmarks to the toolbar (diff)
downloadnixos-config-fb8ccdeb7df4dc1103139700efe805d001bf4d4b.tar.gz
nixos-config-fb8ccdeb7df4dc1103139700efe805d001bf4d4b.zip
Fix(hm/conf/lf): Add coreutils to the cmd deps
Diffstat (limited to '')
-rw-r--r--home-manager/config/lf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix
index eda82d1e..ffd3b3ed 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 = {