This commit is contained in:
2023-02-25 05:12:03 +00:00
parent d012c7081e
commit b37e1ad042
2 changed files with 7 additions and 5 deletions

View File

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