Add nix-topology input
This commit is contained in:
parent
615c2e2f21
commit
fb0d508a94
2 changed files with 58 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue