You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading paths which have been build with contentAddressedByDefault = true from my config, the path will get uploaded, but not used when built:
nix build .\#nixosConfigurations.hel.pkgs.zsh # "hel" is my config
/nix/store/1d2fkbjv4z1sz4winic225yaqaqsjy01-zsh-5.9
nix path-info --sigs ./result
ultimate ca:fixed:r:sha256:1hh2z71v4a5rgk0gib7921nbvqqk25lsv56h74zrr0zjcp5bcqch logi-nixos:vQYBVpFbLC4tzN3S/Ip40lLxmQTe17O9bt3FH/+nqk3a+96bhmJ69WEQF2
lzpyig9MIU1edDth1D0mfpuGHbAg==
nix-store --delete /nix/store/1d2fkbjv4z1sz4winic225yaqaqsjy01-zsh-5.9
nix build .\#nixosConfigurations.hel.pkgs.zsh # builds it all over again
Currently the server doesn't store or expose the CA realizations (realisations/*.doi). There will be work required on the client and server to support this.
When uploading paths which have been build with
contentAddressedByDefault = true
from my config, the path will get uploaded, but not used when built:My logs from the upload script:
Is there any setting I need to do when dealing with ca-derivations in combination with
attic
?The text was updated successfully, but these errors were encountered: