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

@ -1,4 +1,5 @@
{ pkgs }:
{ pkgs, inputs }:
{
citizen-cups = pkgs.callPackage ./citizen-cups.nix { };
repo-rs = pkgs.callPackage inputs.repo-rs { };
}