mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
If the `ci` options are a set of options rather than a single option,
then the module system cannot lazily override it via `mkForce`.
In practice, this means that the dev partition gets evaluated strictly
when the module system "pushes down" the `ci` definitions to its
options.
Instead, we must ensure that each attribute listed in `partitionedAttrs`
corresponds to an actual option which can be directly defined, with no
"pushing down" required.
Fixes #3532
(cherry picked from commit
|
||
---|---|---|
.. | ||
dev | ||
flake-modules | ||
ci.nix | ||
default.nix | ||
legacy-packages.nix | ||
lib.nix | ||
nixvim-configurations.nix | ||
overlays.nix | ||
packages.nix | ||
templates.nix | ||
wrappers.nix |