Add nix-topology input

This commit is contained in:
Jakob Lechner 2025-07-18 17:53:04 +02:00
parent 615c2e2f21
commit fb0d508a94
2 changed files with 58 additions and 0 deletions

View file

@ -16,6 +16,15 @@
impermanence.url = "github:nix-community/impermanence";
nix-topology = {
url = "github:oddlama/nix-topology";
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
pre-commit-hooks.follows = "nix-pre-commit-hooks";
};
};
krops = {
url = "github:Mic92/krops";
inputs.flake-utils.follows = "flake-utils";