nix flake update a b
is not possible but could be #194
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#194
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?
Is your feature request related to a problem? Please describe.
Each
nix flake update
command can only update either one or all inputs. This is worse thannix flake lock --update-input a --update-input b
which did work.Describe the solution you'd like
tbh
nix flake update
can just accept multiple inputs to update, it throws an error currently.Describe alternatives you've considered
can run multiple commands but it's not as nice
Additional context
Add any other context or screenshots about the feature request here.
Ah, oops, that's a regression I should have caught; I'll pick this up if I have time and someone doesn't get to it first
https://gerrit.lix.systems/c/lix/+/1156
This issue was mentioned on Gerrit on the following CLs:
nix flake update
")