Contemplate making --arg
and --argstr
work on nix eval
#263
Labels
No labels
Area/build-packaging
Area/evaluator
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
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
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#263
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?
Implementation: https://github.com/NixOS/nix/pull/8992
Currently
nix eval --argstr meow blah --expr "{meow, blah}: 2"
gives you a lambda. This is obviously not what you want, so we should do better.Either we should:
--argstr
for--expr
and commit to bad behaviour--argstr
for--expr
, which specifically is unambiguousWe agree that we don't want to autocall except if
--arg
/--argstr
is specified, so that would have to be a modification to the PR changes.