From bc6d8b6305eee44ee12723577b62b5cbacbc6fc1 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deploy/colmena.nix b/deploy/colmena.nix index c0815abf..3f4add0d 100644 --- a/deploy/colmena.nix +++ b/deploy/colmena.nix @@ -21,11 +21,7 @@ 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;