this post was submitted on 01 Sep 2025
10 points (100.0% liked)

Opensource

3866 readers
48 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] somerandomperson@lemmy.dbzer0.com 7 points 1 week ago (6 children)
[–] scintilla@crust.piefed.social 5 points 1 week ago (3 children)

I'm sure nix is great once you learn it. Most people will not, if this can be simpler and somewhat robust it absolutely has a use axe.

[–] ZilloweZ@lemmy.world 2 points 6 days ago (1 children)

This is simpler because it uses YAML for packaging software instead of its own language like Nix.

Also it has a lot of features and what I consider one of the main features is it's dependencies, you can specify a dependency from a selection from +30 package managers instead of recreating the packages for Zoi.

For more info please refer to the docs

[–] scintilla@crust.piefed.social 1 points 6 days ago (1 children)

That's pretty sick. I may check it out at some point.

[–] ZilloweZ@lemmy.world 1 points 6 days ago

It's written in Rust so you know it's fast, I'm working on a build system and some other features, if you wanna check them out they're in ROADMAP.md in the GitHub repo.

The roadmap is for v5 beta, if you have any suggestions or feature requests tell me, most of the features in the roadmap are requested or suggested by the Reddit post.

Also it somewhat inspired by pacman.

There is also devbox which abstracts away all the nixiness of Nix. Having alternatives is always good though.

[–] illusionist@lemmy.zip 1 points 1 week ago

home manager is as easy as pie. You don't have to use the OS to use nix, the package manager. It's a little bit unfortunate that everything is called nix

load more comments (2 replies)