mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 08:34:41 +02:00
Fix issue with non flake import (#1102)
* Update flake compat * tests: Add a test without flakes
This commit is contained in:
parent
2594863af7
commit
dcbe894bea
5 changed files with 69 additions and 9 deletions
|
@ -30,6 +30,12 @@
|
|||
inherit (self.lib.${system}.check) mkTestDerivationFromNixvimModule;
|
||||
};
|
||||
|
||||
no-flake = import ../tests/no-flake.nix {
|
||||
inherit system;
|
||||
inherit (self.lib.${system}.check) mkTestDerivationFromNvim;
|
||||
nixvim = "${self}";
|
||||
};
|
||||
|
||||
lib-tests = import ../tests/lib-tests.nix {
|
||||
inherit pkgs helpers;
|
||||
inherit (pkgs) lib;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue