HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bpiv400

no profile record

comments

bpiv400
·قبل 5 سنوات·discuss
This is really cool. Temporary development shells are a great reason to start using Nix. It makes new tools much easier to test without wreaking havoc on your existing projects.

A project I'm working on called flox (floxdev.com) is aiming to make Nix easier to use and install. You can define collections of packages ("profiles") that install with all their dependencies locally, and automatically sync across every machine where you have flox installed.

It works on all linux distros now, but we're working to add macOS support.
bpiv400
·قبل 5 سنوات·discuss
Great post! I'm working on a project called Flox that's trying to make Nix easier to use for beginners and easier to scale for enterprises.

If that sounds interesting, you can sign up for the public beta: https://www.floxdev.com/

Here's an announcement blog post about our initial release: https://discourse.nixos.org/t/introducing-flox-nix-for-simpl...