mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
tests/nixpkgs: move nixpkgs module test to dedicated drv
This should be separate from `test-sources` because we want to re-use a
common instance of nixpkgs throughout those tests.
Also, moved the existing nixpkgs module test from `test-sources`.
This partially reverts commit c4ad4d0b2e
.
This commit is contained in:
parent
54e6dbd8c8
commit
5b068e7f8f
3 changed files with 46 additions and 22 deletions
|
@ -43,6 +43,7 @@ in
|
|||
no-flake = callTest ./no-flake.nix { };
|
||||
lib-tests = callTest ./lib-tests.nix { };
|
||||
maintainers = callTest ./maintainers.nix { };
|
||||
nixpkgs-module = callTest ./nixpkgs-module.nix { };
|
||||
plugins-by-name = callTest ./plugins-by-name.nix { };
|
||||
generated = callTest ./generated.nix { };
|
||||
package-options = callTest ./package-options.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue