feat: add repo-rs
Some checks are pending
Continuous Integration / Checks (push) Waiting to run

This commit is contained in:
Tim Schubert 2025-08-09 22:23:32 +02:00
parent 751fc153d2
commit 25c7b6bf0d
No known key found for this signature in database
7 changed files with 28 additions and 4 deletions

View file

@ -24,6 +24,10 @@
url = "https://git.dadada.li/dadada/dadada.li/archive/main.tar.gz";
flake = false;
};
repo-rs = {
url = "https://git.dadada.li/dadada/repo-rs/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";