!PbtOpdWBSRFbEZRLIf:numtide.com

Nix Community Projects

640 Members
Meta discussions related to https://nix-community.org. (For project specific discussions use github issues or projects own matrix channel). Need help from an admin? Open an issue on https://github.com/nix-community/infra/issues163 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
20 May 2024
@asmundesen:matrix.orgArtur Manuelimage.png
Download image.png
21:19:43
@asmundesen:matrix.orgArtur Manuel I have defined this binary cache in both flake.nix and my host configuarion but it "doesn't know how to open that store"? 21:20:36
@asmundesen:matrix.orgArtur Manuel for the flake.nix:
  nixConfig = {
    extra-substituters = [
      "nix-community.cachix.org"
    ];
    extra-trusted-public-keys = [
      "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
    ];
  };
for the host config:
  nix = {
    settings = {
      experimental-features = ["nix-command" "flakes"];
      substituters = [
        "https://nix-community.cachix.org"
        "https://cache.nixos.org/"
      ];
      trusted-public-keys = [
        "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
      ];
    };
  };
21:21:38
@asmundesen:matrix.orgArtur ManuelI don't really know if this is a server related issue or just a blunder on my part but I think everything looks fine here21:25:07
@jade_:matrix.org@jade_:matrix.org
In reply to @asmundesen:matrix.org
I have defined this binary cache in both flake.nix and my host configuarion but it "doesn't know how to open that store"?
that's your flake config being stuffed
21:55:29
@jade_:matrix.org@jade_:matrix.orgman nix3-help-stores21:55:52
@jade_:matrix.org@jade_:matrix.org * man nix3-help-stores 21:55:55
@jade_:matrix.org@jade_:matrix.orgspecifically it needs a protocol21:56:02

Show newer messages


Back to Room ListRoom Version: 6