This commit is contained in:
2023-12-19 02:55:02 +00:00
parent ec24880f1b
commit 57b29a4220
7 changed files with 76 additions and 10 deletions

View File

@@ -3,4 +3,5 @@
{pkgs ? (import ../nixpkgs.nix) {}}: {
# example = pkgs.callPackage ./example { };
npiperelay = pkgs.callPackage ./npiperelay {};
beets-originquery = pkgs.callPackage ./beets-originquery {};
}