| Commit message (Collapse) | Author | Age |
|
|
|
| |
This change also ensures that this repo is reuse-3.0 compliant.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
`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.
|
|
|
|
|
|
|
| |
`nix` is an alias (in `all-packages.nix`) to `nixVersions.stable`.
`nixVersion.latest` is always the last released version of nix. I
obviously want that `nix` with more features (and slightly more bugs
probably).
|
|
This might not be the perfect way to organize a package set --
especially if the set is not nearly the size of nixpkgs -- but it is
_at_ least a way of organization.
|