Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

derivationOf primop #10120

Open
roberth opened this issue Mar 1, 2024 · 1 comment
Open

derivationOf primop #10120

roberth opened this issue Mar 1, 2024 · 1 comment
Labels
feature Feature request or proposal language The Nix expression language; parser, interpreter, primops, evaluation, etc

Comments

@roberth
Copy link
Member

roberth commented Mar 1, 2024

Is your feature request related to a problem? Please describe.

It behaves roughly as an inverse of outputOf and is equivalent to the planned ^.. syntax on the CLI.

This function improves RFC 92 and multi-derivation package support, by allowing the derivation path to be accessed for any output, whose derivations may be distinct, rather than only exposing a single drvPath.

pkg.drvPath is rarely needed. When we have a function for it, this attribute can be removed from the packages.

NixOS/nixpkgs#281536 adds such a function in Nixpkgs. Its implementation can serve as a polyfill for this builtin.

Describe the solution you'd like

A primop that takes the Nix language representation of a DerivingPath, a string with context, and returns the deriver field if it is present. Otherwise it should throw or return null.

Describe alternatives you've considered

Require the Nixpkgs library for this functionality.

Additional context

Priorities

Add 👍 to issues you find important.

@roberth roberth added the feature Feature request or proposal label Mar 1, 2024
@fricklerhandwerk fricklerhandwerk added the language The Nix expression language; parser, interpreter, primops, evaluation, etc label Mar 1, 2024
@nixos-discourse
Copy link

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/pre-rfc-implement-dependency-retrieval-primitive/43418/9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request or proposal language The Nix expression language; parser, interpreter, primops, evaluation, etc
Projects
Status: To triage
Development

No branches or pull requests

3 participants