mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-29 22:30:13 +02:00
flake: add an empty nixvimConfiguration
to the legacyPackages
output
This commit is contained in:
parent
ccc2469e4f
commit
fcb782cd9c
4 changed files with 20 additions and 17 deletions
|
@ -7,15 +7,11 @@
|
|||
system,
|
||||
helpers,
|
||||
makeNixvimWithModule,
|
||||
self',
|
||||
...
|
||||
}:
|
||||
let
|
||||
evaluatedNixvim = helpers.modules.evalNixvim {
|
||||
extraSpecialArgs = {
|
||||
defaultPkgs = pkgs;
|
||||
};
|
||||
check = false;
|
||||
};
|
||||
inherit (self'.legacyPackages) nixvimConfiguration;
|
||||
in
|
||||
{
|
||||
checks = {
|
||||
|
@ -50,11 +46,11 @@
|
|||
|
||||
maintainers = import ../tests/maintainers.nix { inherit pkgs; };
|
||||
|
||||
plugins-by-name = pkgs.callPackage ../tests/plugins-by-name.nix { inherit evaluatedNixvim; };
|
||||
plugins-by-name = pkgs.callPackage ../tests/plugins-by-name.nix { inherit nixvimConfiguration; };
|
||||
|
||||
generated = pkgs.callPackage ../tests/generated.nix { };
|
||||
|
||||
package-options = pkgs.callPackage ../tests/package-options.nix { inherit evaluatedNixvim; };
|
||||
package-options = pkgs.callPackage ../tests/package-options.nix { inherit nixvimConfiguration; };
|
||||
} // import ../tests { inherit pkgs pkgsUnfree helpers; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue