top | item 40937988

(no title)

DEADMINCEDOS | 1 year ago

There is no reason to mention it, though. It's like mentioned Ubuntu as being necessary for having made a resume.

discuss

order

mananaysiempre|1 year ago

Nix ≠ NixOS. Nix is a build tool (like make or Ninja or Bazel) with strict isolation of builds and caching of artifacts. NixOS is a distro built on top of that tool, like the BSDs are built on top of make, Gentoo on top of Portage, or gittup[1] on top of tup. Running NixOS while you’re building your resume is irrelevant; using Nix to create the final artifacts is a material statement about the chosen toolset.

[1] https://gittup.org/gittup/

1vuio0pswjnm7|1 year ago

BSDs use ports or pkgrsrc which are "built on top of" make

Gentoo uses portage which is "built on top of" python