| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This feature might be useful, but nix also keeps all transitive
dependencies of the failed build. This means that if a big build fails
(which might happen repeatably if I debug the build), then the
temp directory might fill itself leading to a full system oom.
|
| |
|
|
|
|
|
|
|
|
|
| |
`nix` is currently constantly failing to open some of the sqlite
databases, which is just really obnoxious.
Although, as I have later found out, this is caused by a `bindfs` fuse
mount on `~/.cache`. This process is running against the `1024` open fd
soft limit, and thus refusing to open another one for the database.
|
|
From now on all modules should be added to the new `by-name` directory.
This should help remove the (superficial and utterly useless)
distinction between `home-manager` and `NixOS` modules.
|