PrivateStorageio / ZKAPAuthorizer

a Tahoe-LAFS storage-system plugin which authorizes storage operations based on privacy-respecting tokens
10 stars 7 forks source link

Upgrade to nixpkgs-22.11 #445

Closed hacklschorsch closed 1 year ago

hacklschorsch commented 1 year ago

Upgrade to nixpkgs-22.11 - and failing at the moment - due to an infinite recursion error:

$ nix build

[...]

error: infinite recursion encountered

       at /nix/store/l9wr42c9j4cydpanidi6amch940qbzap-source/pkgs/stdenv/generic/make-derivation.nix:311:7:

          310|       depsBuildBuild              = lib.elemAt (lib.elemAt dependencies 0) 0;
          311|       nativeBuildInputs           = lib.elemAt (lib.elemAt dependencies 0) 1;
             |       ^
          312|       depsBuildTarget             = lib.elemAt (lib.elemAt dependencies 0) 2;
(use '--show-trace' to show detailed location information)

These might be related:

exarkun commented 1 year ago

Superseded by #446