From d5ae2b8e2c020911e5e1a49eeb836b3cd0a48b89 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 29 Nov 2023 12:01:58 +0100 Subject: [PATCH] ... --- programs/lf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/lf/default.nix b/programs/lf/default.nix index e2f890a..6f5eab2 100644 --- a/programs/lf/default.nix +++ b/programs/lf/default.nix @@ -24,7 +24,7 @@ atool # (archives) gnupg # (PGP encrypted files) man # (troff manuals) - busybox # other + coreutils #busybox # other ]; text = builtins.readFile "${self}/programs/lf/previewer"; };