mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
modules/{output,files,test}: move outputs to build
scope
Move the following output options into `build`: - finalPackage -> package - printInitPackage - initPath -> initFile - filesPlugin -> extraFiles - test.derivation -> test
This commit is contained in:
parent
7bda0f1ce4
commit
692e39311e
14 changed files with 129 additions and 73 deletions
|
@ -30,7 +30,7 @@ let
|
|||
);
|
||||
};
|
||||
in
|
||||
result.config.test.derivation;
|
||||
result.config.build.test;
|
||||
|
||||
# Create a nix derivation from a nixvim configuration.
|
||||
# The build phase simply consists in running neovim with the given configuration.
|
||||
|
@ -71,7 +71,7 @@ let
|
|||
check = false;
|
||||
};
|
||||
in
|
||||
result.config.test.derivation;
|
||||
result.config.build.test;
|
||||
in
|
||||
# NOTE: this is exported publicly in the flake outputs as `lib.<system>.check`
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue