From 7dcfcc34fac18ace170dc5aeaf049edf82f8f158 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 12 Oct 2023 10:28:39 +0000 Subject: fixup --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 764acd8..f2afd92 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ ]))); }; - nixosConfigurations.core = nixpkgs.lib.nixosSystem { + nixosConfigurations.core = extraModules: nixpkgs.lib.nixosSystem { inherit lib system; specialArgs = {inherit inputs;}; modules = [ @@ -57,7 +57,7 @@ ] ++ (attrValues (attrsets.mergeAttrsList (map modulesIn [ ./profiles/core - ]))); + ]))) ++ extraModules; }; templates = { -- cgit v1.2.3