diff --git a/flake.nix b/flake.nix index 7086851..9ab2980 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ lix.follows = "hydra/nix"; }; - outputs = { self, nixpkgs, terranix, ... } @ inputs: + outputs = { self, nixpkgs, terranix, colmena, ... } @ inputs: let system = "x86_64-linux"; pkgs = import nixpkgs { @@ -67,6 +67,8 @@ ]; }; + nixosConfigurations = (colmena.lib.makeHive self.outputs.colmena).nodes; + colmena = { meta.nixpkgs = import nixpkgs { localSystem = system;