mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
flake: checks.nix -> tests.nix
This commit is contained in:
parent
48b5056d28
commit
186fe574f9
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
{inputs, ...}: {
|
||||
imports = [
|
||||
./checks.nix
|
||||
./dev.nix
|
||||
./lib.nix
|
||||
./legacy-packages.nix
|
||||
|
@ -8,6 +7,7 @@
|
|||
./overlays.nix
|
||||
./packages.nix
|
||||
./templates.nix
|
||||
./tests.nix
|
||||
./wrappers.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue