[Nix#9693] nix-channel --list-generations
returns no output #75
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#75
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#9693
Describe the bug
Nix 2.17 added a
--list-generations
command tonix-channel
.Unfortunately, it doesn't work. It just returns no output, even though I have 16 generations.
Steps To Reproduce
Expected behavior
I expect the output of
nix-channel --list-generations
to be the same asnix-env --profile /nix/var/nix/profiles/per-user/$USER/channels --list-generations
, like the docs say.nix-env --version
outputAdditional context
I also tested with 2.17 from
github:NixOS/nixpkgs/bd645e8668ec6612439a9ee7e71f7eac4099d4f6
(current unstable at the time of writing), and the result was the same. It seems this feature never worked.Priorities
Add 👍 to issues you find important.