Skip to content
Snippets Groups Projects
pspkgs.nix 328 B
Newer Older
  • Learn to ignore specific revisions
  • Jean-Paul Calderone's avatar
    Jean-Paul Calderone committed
    # 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 = [