This commit is contained in:
2023-02-21 11:08:21 -05:00
parent 0adeeb3a08
commit 53e0116d84

View File

@@ -31,7 +31,7 @@
[ pkgs.socat pkgs.npiperelay];
nixpkgs.config.packageOverrides = pkgs: with pkgs; rec {
npiperelay = callPackage ../../pkgs/npiperelay { inherit pkgs; };
npiperelay = callPackage ../../pkgs/npiperelay { };
};