Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tnzm
on April 9, 2021
|
parent
|
context
|
favorite
| on:
Nix is the ultimate DevOps toolkit
When I run `nixos-rebuild switch --verbose`, it does seem to go through the entirety of nixpkgs. Especially noticeable on a RPi with its slow I/O.
arianvanp
on April 9, 2021
|
next
[–]
It's not true that it pulls in everything. It's just that a nixos installation pulls in a lot of transitive code =). It actually pulls all of this in lazily and lazily evaluates it; but it's just a lot of code and nix evaluator isn't that fast.
kaba0
on April 9, 2021
|
prev
[–]
That’s just evaluation. The next bigger change in nix itself will likely be the ability to better cache evaluations, significantly speeding up this.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: