diff --git a/nixos/modules/pspkgs.nix b/nixos/modules/pspkgs.nix index e1d9b3e8ba0a8da61b221377071573b8c958d299..851f4e71783c3c1dcc9fc596b37722866fef7331 100644 --- a/nixos/modules/pspkgs.nix +++ b/nixos/modules/pspkgs.nix @@ -1,6 +1,6 @@ -# Derive a brand new version of pkgs which has our overlay applied. The -# overlay defines a new version of Tahoe-LAFS and some of its dependencies -# and maybe other useful Private Storage customizations. +# Derive a brand new version of pkgs which has our overlays applied. This +# includes the ZKAPAuthorizer overlay which defines some Python overrides as +# well as our own which defines the `privatestorage` derivation. { pkgs }: import pkgs.path { overlays = [