feat: add seven modules
Some checks failed
Test / tests (push) Failing after 32s

This commit is contained in:
Felix Schröter 2025-06-06 13:14:29 +02:00
parent c06b0a6e9d
commit 8de70fe92c
Signed by: felschr
GPG key ID: 671E39E6744C807D
9 changed files with 92 additions and 10 deletions

View file

@ -77,6 +77,10 @@ rec {
inputs.nixpkgs.follows = "nixpkgs";
};
seven-modules = {
url = "git+ssh://git@felschr.com:2222/felschr/seven-modules";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =