Skip to content

Cleanup misc builder tech debt#14257

Merged
Ericson2314 merged 3 commits intoNixOS:masterfrom
obsidiansystems:misc-builder-tech-debt
Oct 15, 2025
Merged

Cleanup misc builder tech debt#14257
Ericson2314 merged 3 commits intoNixOS:masterfrom
obsidiansystems:misc-builder-tech-debt

Conversation

@Ericson2314
Copy link
Copy Markdown
Member

Motivation

See each commit for details

Context


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

std::shared_ptr<PathSubstitutionGoal> makePathSubstitutionGoal(
const StorePath & storePath, RepairFlag repair = NoRepair, std::optional<ContentAddress> ca = std::nullopt);
std::shared_ptr<DrvOutputSubstitutionGoal> makeDrvOutputSubstitutionGoal(
const DrvOutput & id, RepairFlag repair = NoRepair, std::optional<ContentAddress> ca = std::nullopt);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we use to have the ability to repair store paths via substitution? Did that go away?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@edolstra that never got plumbed through for this (which is just for CA derivations).

Eventually I will move the actual fetching of the outputs out of this (make this just about the realisations), and then it will be easier to plumb that.

@Ericson2314 Ericson2314 added this pull request to the merge queue Oct 15, 2025
Merged via the queue into NixOS:master with commit a543519 Oct 15, 2025
18 checks passed
@Ericson2314 Ericson2314 deleted the misc-builder-tech-debt branch October 15, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants