From 2cb1599acc2b71006813ed16824ec5a5d6a2c471 Mon Sep 17 00:00:00 2001 From: chaos Date: Thu, 11 Apr 2024 14:42:56 +0100 Subject: [PATCH] include config in args --- profiles/base/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/base/hardware.nix b/profiles/base/hardware.nix index fbe03a8..f7b4900 100644 --- a/profiles/base/hardware.nix +++ b/profiles/base/hardware.nix @@ -1,6 +1,7 @@ { lib, pkgs, + config, ... }: let inherit (lib.modules) mkIf;