| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
`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).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Previously it also checked `fupdate.sh` because it did not ensure that
`update.sh` is the full name.
|
| |
|
|
|
|
| |
It's deprecated.
|
| |
|
|
|
|
|
| |
The lanzaboote module fails to evaluate its default value for the
`configurationLimit` parameter.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is
rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
networkd and NetworkManager
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Aligning command line arguments is bad because a small change could
result in a big diff.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Having a read-only ISO (preferably tails) ready to test things is quite
cool, but actually setting this up requires an EFI partition that can
store the 1+ GB ISO. Thus, this change needs to be deferred until a disk
reinstall can be made.
|
| |
|