Skip to content

Commit e3f9db6

Browse files
committed
feat(nix-topology): Add nix-topology
1 parent 6bc00d2 commit e3f9db6

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

flake.lock

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,16 @@
216216
flake-parts.follows = "flake-parts";
217217
};
218218
};
219+
220+
nix-topology = {
221+
url = "github:oddlama/nix-topology";
222+
inputs = {
223+
flake-utils.follows = "flake-utils";
224+
devshell.follows = "devshell";
225+
pre-commit-hooks.follows = "git-hooks-nix";
226+
nixpkgs.follows = "nixpkgs";
227+
};
228+
};
219229
};
220230

221231
outputs =

0 commit comments

Comments
 (0)