From 9d7dd35402baf97e7cc869be333ef1fdf13f98fc Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 19:24:41 +0900 Subject: [PATCH] test --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2a8c44e5..6e5dcffb 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ # Declare a generic configuration using the $hostname variable: ${hostname} = lib.nixosSystem { inherit system; + specialArgs = { inherit inputs; }; modules = [ # Configuration Imports ./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration