nix-community.nixvim/flake
Matt Sturgeon a11133507a flake/ci: fix lazy eval of dev partition
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 67785f9577)
2025-07-08 21:33:40 +00:00
..
dev flake/dev/flake.lock: Update 2025-06-28 15:22:29 +00:00
flake-modules flake/auto: nameFunction default to lib.id 2025-01-20 15:11:39 +00:00
ci.nix flake/ci: fix lazy eval of dev partition 2025-07-08 21:33:40 +00:00
default.nix flake/ci: add ci.buildbot output 2025-06-02 11:00:38 +00:00
legacy-packages.nix flake: add nixvimConfigurations flake-parts module 2025-01-19 17:47:17 +00:00
lib.nix lib: export evalNixvim as top-level alias 2025-01-20 05:23:05 +00:00
nixvim-configurations.nix flake: add nixvimConfigurations flake-parts module 2025-01-19 17:47:17 +00:00
overlays.nix flake-modules -> flake 2025-01-19 12:56:24 +01:00
packages.nix flake: partition dev dependencies 2025-02-23 17:23:57 +00:00
templates.nix flake: partition dev dependencies 2025-02-23 17:23:57 +00:00
wrappers.nix flake/wrappers: Deprecate homeManagerModules output 2025-05-25 18:27:15 +00:00