-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
A very restricted recursive nix socket in the sandbox #8602
Copy link
Copy link
Open
Labels
UXThe way in which users interact with Nix. Higher level than UI.The way in which users interact with Nix. Higher level than UI.featureFeature request or proposalFeature request or proposalrecursive-nixThe recursive-nix experimental featureThe recursive-nix experimental featuresandboxHow we isolate build impurities and protect the hostHow we isolate build impurities and protect the hostsettingsSettings, global flags, nix.confSettings, global flags, nix.confstoreIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix storetests
Milestone
Metadata
Metadata
Assignees
Labels
UXThe way in which users interact with Nix. Higher level than UI.The way in which users interact with Nix. Higher level than UI.featureFeature request or proposalFeature request or proposalrecursive-nixThe recursive-nix experimental featureThe recursive-nix experimental featuresandboxHow we isolate build impurities and protect the hostHow we isolate build impurities and protect the hostsettingsSettings, global flags, nix.confSettings, global flags, nix.confstoreIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix storetests
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
$outwould get the job done for a single derivation, the real power comes from adding multiple derivations. After all, if you're going to produce only one derivation, you might as well "inline" the work - not that useful.Describe the solution you'd like
addToStoreand little else, if anythingIf both solutions apply in all derivations, that would significantly improve the user experience for testing.
Describe alternatives you've considered
Without considering RFC 92, we could view as a goal: easier setup of a separate store in the sandbox. In other words, we could make this setup easier.
Additional context
Priorities
Add 👍 to issues you find important.