[Nix#10114] Expose the flake inputs to the flakes installables #49
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#49
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?
Upstream-Issue: NixOS/nix#10114
Is your feature request related to a problem? Please describe.
It's not easy to act on the inputs of a flake from the command-line
Describe the solution you'd like
Allow
<foo>#inputs
in the command-line to access the inputs of the flake<foo>
Currently,
<foo>#
corresponds to the outputs of the flake<foo>
. We could make it also expose the flake metadata, like:lf
on the repl.That would make it possible to do things like:
Describe alternatives you've considered
--inputs-from
, although in a less ergonomic way, we could just keep the status-quo:Additional context
Add any other context or screenshots about the feature request here.
Priorities
Add 👍 to issues you find important.