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
Describe the bug
I think the incompleteness of nixConfig.substituters = [ "https://nrdxp.cachix.org" ];
confuses nix, I follow nixos-unstable with my pkgs and had to add
# add links for binary caches here
nixConfig.substituters = [
"https://cache.nixos.org/"
"https://nrdxp.cachix.org"
"https://nix-community.cachix.org"
];
to again use the binary cache.
To Reproduce
Use flakes
maybe switch to nixos.url = "nixpkgs/nixos-unstable";
Expected behavior
have completer substituters (or none?).
Also I am a bit confused, do we still rely on the cachix configuration -- if not I think it should be deleted for it to be less confusing.
After reviewing upstream, this config isn't even sent to the daemon yet. Once it is, we should unify the nix.conf everywhere using this mechanism, but for now it's causing issues with no benefit and should simply be reverted.
Describe the bug
I think the incompleteness of
nixConfig.substituters = [ "https://nrdxp.cachix.org" ];
confuses nix, I follow nixos-unstable with my pkgs and had to add
to again use the binary cache.
To Reproduce
Use flakes
nixos.url = "nixpkgs/nixos-unstable";
To Fix
add
Expected behavior
have completer substituters (or none?).
Also I am a bit confused, do we still rely on the cachix configuration -- if not I think it should be deleted for it to be less confusing.
I think this PR is related: #71.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: