TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nuenv: An experimental Nushell builder for Nix packages

87 pointsby biggestlouabout 2 years ago

5 comments

pxcabout 2 years ago
This kind of thing has been on my fantasy wishlist for Nix for a long time. I am so glad to see experiments like this being done at a company that is dedicating resources to the Nix ecosystem with the potential to rapidly follow through if they see something valuable there.<p>With so many fruitful experiments in the Nix ecosystem being carried out by people who can dedicate more time to Nix than ever, I increasingly feel like I&#x27;m wasting my life by not seriously working on or with the Nix ecosystem as my main daily occupation.<p>I know there are still unresolved difficulties and growing pains, but <i>later</i> seems like such a stupid time to really dive in, for people who already know Nix and are already excited about it.
评论 #35346002 未加载
Arcuruabout 2 years ago
I&#x27;m kind of surprised this didn&#x27;t link to the Nix RFC that considers changing the default builder from Bash to Oil: <a href="https:&#x2F;&#x2F;github.com&#x2F;NixOS&#x2F;rfcs&#x2F;pull&#x2F;99">https:&#x2F;&#x2F;github.com&#x2F;NixOS&#x2F;rfcs&#x2F;pull&#x2F;99</a><p>Of course it does have a different goal (of replacing Bash with OSH instead of only offering an alternative), but it has a lot of good discussion.<p>Personally I think having alternative builders available is a great idea to improve the developer experience here.
评论 #35348654 未加载
评论 #35346294 未加载
ParetoOptimalabout 2 years ago
I&#x27;m very happy alternative builders such as nushell and Nickel are being worked on.<p>Even happier that concurrently the other side of Nix DX that is documentation is very actively being worked on.
评论 #35343608 未加载
eviksabout 2 years ago
Nice to see an alternative to dealing with bash, though was wondering why a shell based on a proper language like python wasn&#x27;t considered
评论 #35344275 未加载
评论 #35344154 未加载
评论 #35344274 未加载
dlahodaabout 2 years ago
default links bash with well know linter and one may make bash or cp other bash into nix and tune. also with nix it is easy to add alternative cli tools like sad, rg, etc.<p>if i want to be heavy and code real stuff, in nix it is easy to build and run any language. many things people do in bash to glue, i glue using nix declaratively.<p>so imho until other alt shell wins without nix, will use ugly weird non scalable bash.
评论 #35347055 未加载