From aec74f1a247899257d7bf6738e91eccf0e572dea Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 16 Mar 2022 14:50:45 +0100 Subject: [PATCH] inherit vars everywhere --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 47f5c2d..0394192 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ configurationNix # Common configuration - ./modules/common-x86 + (import ./modules/common-x86 {inherit custom inputs pkgs system;}) home-manager.nixosModules.home-manager { @@ -99,7 +99,7 @@ configurationNix # Common configuration - ./modules/common + (import ./modules/common {inherit custom inputs pkgs system;}) home-manager.nixosModules.home-manager {