Hey all, thought this might be of interest to some here.

Wrote about why I moved from NixOS to Ubuntu after using it for several months on my daily driver. Suspect that this take is likely to be kind of controversial and court claims of skill issues, which might even be true.

Let me know what you think.

You are viewing a single thread.
View all comments View context
3 points

Isn’t it fully reproducible with flakes?

permalink
report
parent
reply
0 points

Nope, nix doesn’t ensure or require that the builds are deterministic. It’s not any better in that regard than other package managers.

permalink
report
parent
reply
2 points

nix doesn’t ensure or require that the builds are deterministic

Pin package version and --pure?

That should already allow it to be ahead of other PMs.

permalink
report
parent
reply
2 points
*

A package is reproducible if you use the same inputs, run the build, and get the same outputs.

The issue is that the build can produce different outputs given the same inputs. So you need to modify the build or patch the outputs. This is something that is being worked on by most distributions: https://reproducible-builds.org/who/projects/

NixOS is not special in that regard nor are all NixOS packages reproducible.

permalink
report
parent
reply

Programming

!programming@programming.dev

Create post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



Community stats

  • 3.5K

    Monthly active users

  • 1.6K

    Posts

  • 26K

    Comments