remove nix-topology

This commit is contained in:
2025-09-15 21:37:21 +02:00
parent c44f08d6be
commit f2a76156c9
9 changed files with 2 additions and 102 deletions

View File

@@ -16,7 +16,6 @@
flake-parts.lib.mkFlake { inherit inputs; } ({
imports = [
inputs.clan-core.flakeModules.default
inputs.nix-topology.flakeModule
./clanServices/flake-module.nix
./devShells/flake-module.nix
@@ -29,12 +28,6 @@
"aarch64-linux"
];
perSystem = _: {
topology.modules = [
./topology.nix
];
};
flake = {
packages.aarch64-linux.genepi-installer-sd-image = nixos-generators.nixosGenerate {
specialArgs = {
@@ -83,9 +76,6 @@
ignis.url = "github:ignis-sh/ignis";
ignis.inputs.nixpkgs.follows = "nixpkgs";
nix-topology.url = "github:oddlama/nix-topology";
nix-topology.inputs.nixpkgs.follows = "nixpkgs";
matugen.url = "github:InioX/Matugen";
matugen.inputs.nixpkgs.follows = "nixpkgs";