remove nix-topology
This commit is contained in:
parent
c44f08d6be
commit
f2a76156c9
9 changed files with 2 additions and 102 deletions
10
flake.nix
10
flake.nix
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue