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;