build failed on darwin #943
Labels
No labels
Affects/CppNix
Affects/Nightly
Affects/Only nightly
Affects/Stable
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/lix ci
Area/nix-eval-jobs
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/repl/debugger
Area/store
bug
Context
contributors
Context
drive-by
Context
maintainers
Context
RFD
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Language/Bash
Language/C++
Language/NixLang
Language/Python
Language/Rust
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
Topic/Large Scale Installations
ux
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#943
Loading…
Add table
Add a link
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?
Describe the bug
build failed on darwin
Steps To Reproduce
Expected behavior
build success
nix --version
outputAdditional context
Add any other context about the problem here.
that looks like it's caused by nixpkgs upgrading the version of the markdown library. we have patches on main to fix this but i guess they're not backported. gods i am so tired of maintaining stable branches :(
This would just be https://github.com/NixOS/nixpkgs/pull/413730, right?
Oh, wait, yes, and we did backport those patches actually so release-2.93 has a fix but there's no tag yet. I really don't want to roll another release about it though.
I tried main
378b360
is from three weeks ago. I don't think you have the correct main here.I only set nixos-module to main. Apparently I also need to set lix to the latest main
That's correct, see: https://wiki.lix.systems/books/lix-contributors/page/running-lix-main
main is now broken too
EDIT: not quite, my system has reverted to using
378b360
even though I've followed the link above and had worked before. Very confused.EDIT 2: human error, disregard, sorry for wasting your time :'( (missing
inputs.lix.follows = lix
somehow)