Live data from Hacker News

NixOS 21.05

nixos.org

231–234 of 234 posts

Re: NixOS 21.05

#231
post #117

Earlier quoted context omitted.

Nix and similar projects are all going to be eaten alive by immutable distributions, Flatpak and new projects - that might work just like Nix but get the user experience right, and make packaging and maintenance easier. And no I'm not saying they do the exact same thing, have all the same features or target the same type of users. For the developer tools side I like what Shopify did but I would never recommend that t…

I’m not too afraid of a niche being eaten alive by a slightly larger niche :D Also, I don’t really see the value of flatpaks, they don’t solve the dependency hell problem (nix does) nor they are adequate sandboxes (be honest, linux has non-existent user-space security, it’s frankly terrible. And for some reason even flatpak is written in goddamn C in 2000+ something)

Why do you consider flatpak as not having adequate sandboxing?

Re: NixOS 21.05

#233

Earlier quoted context omitted.

>It doesn't work so well for I borrowed my coworker's computer for 5 minutes and want to use my own Vim configuration You could use something like nixos-shell[1] to spin up a headless VM of your machine into your current shell. [1] https://github.com/Mic92/nixos-shell

Well that is pretty neat. Thanks for the mention of nixos-shell. I've been a NixOS daily-driver for the past 6 months or so, but I am still picking up new ideas on a daily basis. :)

It's been my daily for not much longer than that, and almost every time I play with NixOS itself I get the sense of wonder and possibility in computers that I haven't had since I was a teenager. It's definitely a force multiplier.

Re: NixOS 21.05

#234
post #93

Would love to see an official Docker image.

There is one: https://github.com/NixOS/docker But it's more of a Nix docker image than a NixOS one, because half of the things that NixOS gives you don't really make much sense in a docker image (systemd in a container?).

> it's more of a Nix docker image
Post reply on HN