diff options
| -rw-r--r-- | flake/devshells.nix | 2 | ||||
| -rw-r--r-- | flake/hosts.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/flake/devshells.nix b/flake/devshells.nix index 3540bf5..a97dc2b 100644 --- a/flake/devshells.nix +++ b/flake/devshells.nix @@ -52,7 +52,7 @@ with pkgs; [ nixos-rebuild - colmena + inputs.colmena.packages."${system}".colmena git inputs.agenix.packages."${system}".default ] diff --git a/flake/hosts.nix b/flake/hosts.nix index ff2b5a9..1ac7230 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -169,6 +169,7 @@ in { flake = { inherit nixosConfigurations darwinConfigurations; + colmenaHive = inputs.colmena.lib.makeHive self.outputs.colmena; colmena = { meta = { nixpkgs = import inputs.nixpkgs { |
