Substituters in nixConfig are ignored #573
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#573
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
The substituters specified in the
nixConfig.extra-substituters
attribute of the flake are simply ignored. Keep in mind that it could be that theextra-substituters
option is ignored altogether (I haven't tested that), and not just in flakes. The path is for sure not missing from the cache, 1. because I checked it, 2. because the nixpkgs versions of Nix/Lix fetch it correctly.Steps To Reproduce
nix build --accept-flake-config --dry-run github:diniamo/niqspkgs#coreutils-full-patched
).Expected behavior
The derivation is downloaded from the cache.
nix --version
output / additional contextAfter bisecting,
4dbbd721eb
is the first bad commit.This issue was mentioned on Gerrit on the following CLs:
I can confirm, the commit fixes it. Thanks.