1
0

flake.nix: Remove colmena

This commit is contained in:
2024-05-13 16:11:09 +02:00
parent 9210767036
commit 1f7ffd82ba
4 changed files with 0 additions and 24 deletions

View File

@@ -92,12 +92,6 @@
nixosConfigurations = helper.mapToNixosConfigurations self.clerie.hosts;
colmena = {
meta = {
nixpkgs = localNixpkgs.x86_64-linux;
};
} // helper.mapToColmenaHosts self.nixosConfigurations;
overlays = {
nixfilesInputs = import ./flake/overlay.nix inputs;
clerie = import ./pkgs/overlay.nix;