Replies: 2 comments 1 reply
-
I sort of maintain the flake / Nix stuff since rewriting it in #7763. I'm not sure how the overlay stuff is meant to be used either though (I use |
Beta Was this translation helpful? Give feedback.
-
Ok, @happysalada or @mydumpfire I have a few question about the Nix setup. I am relatively new to Nix, so bear with me. Though my friend who works with Nix full time said this flake confused him as well. Basically there are two things I would like to do so that it is equivalent to my Windows dev setup:
I do this as I help with rustc work and Helix is a pretty hefty codebase that can and has exposed some edge cases. Also possible slightly better codegen.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. On Windows I build Helix from source on nightly with the
unicode-lines
feature enabled.I would like to replicate this on Linux with Nix. I have it setup so that I can compile it from source, but just the default config. Which is with stable rustc (I think, maybe MSRV my nix isn't very good), and without any features enabled.
I would like to request whoever maintains the flake to add some documentation to it, as it is a bit dense and not very clear on how to override things, or if you even can. My attempts so far have failed.
Beta Was this translation helpful? Give feedback.
All reactions