Identify distro packages in nix --version
#346
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#346
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?
If Lix comes from a distro package, we would like to know, so that we can make sure that it's not a distro packaging induced bug.
Possible ways to do this:
We've followed this type of issue in general and I think the actual best case here is a process based solution: make people report their distro and how they installed Lix when they report bugs and make it seamless to do so
Maybe
nix doctor
should print where the executable is, and maybe the host distro. If it's in /usr/bin and it's some distro, obviously it is not our build.I like the idea of having the option 1 also as well
(we can read
/etc/os-release
btw too)That's even required for #230 — that's what
nix-info
does