From ca86d94c642dad3fec4793d32440efe4fb4507dd Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sat, 30 Aug 2025 13:58:02 -0300 Subject: [PATCH] fix: missing pkgs argument in module --- hosts/battleship/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index 0a0d1c8..e0946a7 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -1,4 +1,8 @@ -{lib, ...}: { +{ + lib, + pkgs, + ... +}: { imports = [ ./hardware-configuration.nix ./gpu-configuration.nix