-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Remove the build hook mechanism #1221
Copy link
Copy link
Open
Labels
contributor-experienceDeveloper experience for Nix contributorsDeveloper experience for Nix contributorsderivation-buildThe process of building an individual derivation (see also sandbox label)The process of building an individual derivation (see also sandbox label)
Metadata
Metadata
Assignees
Labels
contributor-experienceDeveloper experience for Nix contributorsDeveloper experience for Nix contributorsderivation-buildThe process of building an individual derivation (see also sandbox label)The process of building an individual derivation (see also sandbox label)
Fields
Give feedbackNo fields configured for issues without a type.
Like the substituter mechanism, we can use the Store abstraction instead. I.e. we call
remoteStore->buildPaths(...)directly rather than calling an external process that does the same thing.