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

View File

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