This commit is contained in:
2023-02-21 10:59:00 -05:00
parent c4af7d5be4
commit bd826f833d

View File

@@ -28,7 +28,7 @@
};
environment.systemPackages =
[ pkgs.socat pks.npiperelay];
[ pkgs.socat pkgs.npiperelay];
packageOverrides = pkgs: with pkgs; rec {
npiperelay = callPackage ../../pkgs/npiperelay { inherit pkgs; };