Binary Cache: Difference between revisions

imported>Hmenke
Update manual link
imported>Glottologist
No edit summary
Line 123: Line 123:


   nix = {
   nix = {
     binaryCaches = [
     settings = {
      "http://binarycache.example.com"
      substituters = [
      "https://nix-community.cachix.org"
        "http://binarycache.example.com"
      "https://cache.nixos.org/"
        "https://nix-community.cachix.org"
    ];
        "https://cache.nixos.org/"
    binaryCachePublicKeys = [
      ];
      "binarycache.example.com-1:dsafdafDFW123fdasfa123124FADSAD"
      trusted-public-keys = [
      "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
        "binarycache.example.com-1:dsafdafDFW123fdasfa123124FADSAD"
     ];
        "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
      ];
     };
   };
   };
</syntaxhighlight>
</syntaxhighlight>