fix(1b): remove duplicate nixosConfigurations.cc-ci in flake (broke eval)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user