From 07952c038383462ca6aacd23668996ec4aa268cf Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Wed, 27 May 2026 20:43:17 +0100 Subject: [PATCH] fix(1b): remove duplicate nixosConfigurations.cc-ci in flake (broke eval) --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index 9501524..46b7bfe 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {