From a9526ffb3bd4444dc121d64348143f3009cc1da4 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Tue, 4 Mar 2025 16:02:02 +0100 Subject: [PATCH] Fix coreutils-full package reference --- packages/bookwyrm/nixos-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bookwyrm/nixos-module.nix b/packages/bookwyrm/nixos-module.nix index 28fe0ee..5c2a513 100644 --- a/packages/bookwyrm/nixos-module.nix +++ b/packages/bookwyrm/nixos-module.nix @@ -1,5 +1,6 @@ { pkgs , ... } : +with pkgs ; with pkgs . kernelmaft ; {