Closed noaccOS closed 2 weeks ago
packages in extraPackages are now the default packages helix can find, but specialized packages (eg from a devshell) are used if available
[ ] Change is backwards compatible.
[X] Code formatted with ./format.
./format
[X] Code tested through nix-shell --pure tests -A run.all or nix develop --ignore-environment .#all using Flakes.
nix-shell --pure tests -A run.all
nix develop --ignore-environment .#all
[ ] Test cases updated/added. See example.
[X] 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
@Philipp-M
See also #5208.
@rycee, to avoid popping up the same change again, maybe just merge #5208?
Description
packages in extraPackages are now the default packages helix can find, but specialized packages (eg from a devshell) are used if available
Checklist
[ ] Change is backwards compatible.
[X] Code formatted with
./format
.[X] Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.[ ] Test cases updated/added. See example.
[X] Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC
@Philipp-M