mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
`def.module or lib.removeAttrs def [ "tests" ]` is actually equivalent to `(def.module or lib.removeAttrs) def [ "tests" ]`. This meant whenever `def` had a `module` attribute, it was invoked as `def.module def [ "tests" ]`! |
||
---|---|---|
.. | ||
modules | ||
test-sources | ||
default.nix | ||
enable-except-in-tests.nix | ||
extend.nix | ||
extra-args.nix | ||
fetch-tests.nix | ||
lib-tests.nix | ||
no-flake.nix | ||
test-derivation.nix |