mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
lib/tests: simplify access to default system
This commit is contained in:
parent
9bf4c9d55b
commit
3172e48dbb
3 changed files with 11 additions and 7 deletions
|
@ -8,10 +8,13 @@
|
|||
pkgs,
|
||||
pkgsUnfree,
|
||||
self,
|
||||
system,
|
||||
}:
|
||||
let
|
||||
fetchTests = callTest ./fetch-tests.nix { };
|
||||
test-derivation = callPackage ../lib/tests.nix { inherit self; };
|
||||
test-derivation = callPackage ../lib/tests.nix {
|
||||
inherit lib self system;
|
||||
};
|
||||
inherit (test-derivation) mkTestDerivationFromNixvimModule;
|
||||
|
||||
moduleToTest =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue