From 446bd52ed8f343ad8b37321904dc1c9aad245274 Mon Sep 17 00:00:00 2001 From: hektor Date: Tue, 14 Apr 2026 19:29:56 +0200 Subject: [PATCH] fix: remove nodeNixpkgs from colmena --- deploy/colmena.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/deploy/colmena.nix b/deploy/colmena.nix index 0e7ad4d7..b1508f9a 100644 --- a/deploy/colmena.nix +++ b/deploy/colmena.nix @@ -21,15 +21,12 @@ let nodes = lib.genAttrs hostDirNames ( hostname: mkNode hostname (utils.hostMeta ../hosts/${hostname}).deployment.tags ); + in inputs.colmena.lib.makeHive ( { meta = { - nixpkgs = import inputs.nixpkgs { - localSystem = "x86_64-linux"; - }; - - nodeNixpkgs = builtins.mapAttrs (_: v: v.pkgs) self.nixosConfigurations; + nixpkgs = import inputs.nixpkgs { localSystem = "x86_64-linux"; }; specialArgs = { inherit inputs; outputs = self;