| Commit message (Collapse) | Author | Age | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
`ptmp` was previously (impurely) injected into this code, but is now no
longer available.
 | 
| | 
| 
| 
| 
| 
|  | 
A VM at your disposal.
This is based on: https://github.com/Mic92/nixos-shell
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
This avoids having to change 3+ files, if you need to add a new
argument.
 | 
| | 
| 
| 
|  | 
This change also ensures that this repo is reuse-3.0 compliant.
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
|  | 
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.
 |