From f8752d37bd9633f9d6e9fc694b63cb71911314cd Mon Sep 17 00:00:00 2001 From: dracoling Date: Wed, 1 May 2024 12:22:04 -0400 Subject: [PATCH] fix: flake config needs pkgs --- machines/nixos/local.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/nixos/local.nix b/machines/nixos/local.nix index 87b2a02..fbec801 100644 --- a/machines/nixos/local.nix +++ b/machines/nixos/local.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ ./hardware-configuration.nix ];