pkgs/watcharr: init at v1.39.0

This commit is contained in:
nyanloutre 2024-06-09 18:24:04 +02:00
parent 5ff3312395
commit 5bda267c85
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
3 changed files with 68 additions and 0 deletions

3
pkgs/default.nix Normal file
View file

@ -0,0 +1,3 @@
pkgs: {
watcharr = pkgs.callPackage ./watcharr { };
}