From e584fcc1718e4c01da0bb84db949bc4ca3a5bd25 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 27 Sep 2019 14:13:59 -0400 Subject: [PATCH] updated --- nixos/modules/pspkgs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/pspkgs.nix b/nixos/modules/pspkgs.nix index e1d9b3e8..851f4e71 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 = [ -- GitLab