fix(1b): remove duplicate nixosConfigurations.cc-ci in flake (broke eval)

This commit is contained in:
2026-05-27 20:43:17 +01:00
parent f1438eb8c9
commit 07952c0383

View File

@ -38,13 +38,6 @@
./hosts/cc-ci/configuration.nix
];
};
nixosConfigurations.cc-ci = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
sops-nix.nixosModules.sops
./hosts/cc-ci/configuration.nix
];
};
# Devshell for working on the harness/bridge locally.
devShells.${system}.default = pkgs.mkShell {