From 2fab505ef20ded161d5b7700e898e5270a483530 Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Sun, 2 Jun 2024 18:16:07 +0200 Subject: [PATCH] pkgs arg for kernel --- devices/pleniscenta/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/pleniscenta/default.nix b/devices/pleniscenta/default.nix index 1b93547..c14ec6d 100644 --- a/devices/pleniscenta/default.nix +++ b/devices/pleniscenta/default.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ pkgs, ... }: { imports = [ ./hardware-config.nix ./options.nix