Update the permalink to show a version of the module that follows current best practices (no `with lib;`, and nixfmt’d).
1.4 KiB
1.4 KiB
Description
Checklist
-
Change is backwards compatible.
-
Code formatted with
nix fmtor./format. -
Code tested through
nix-shell --pure tests -A run.allornix build --reference-lock-file flake.lock ./tests#test-allusing Flakes. -
Test cases updated/added. See example.
-
Commit messages are formatted like
{component}: {description} {long description}See CONTRIBUTING for more information and recent commit messages for examples.
-
If this PR adds a new module
- Added myself as module maintainer. See example.