mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
modules/output: move symlinkJoin
to build.package
This commit is contained in:
parent
731699a24c
commit
00586f8f1b
7 changed files with 62 additions and 51 deletions
|
@ -296,7 +296,7 @@ in
|
|||
cfg.runCommand cfg.name
|
||||
{
|
||||
nativeBuildInputs = lib.optionals cfg.buildNixvim [
|
||||
config.build.packageUnchecked
|
||||
config.build.nvimPackage
|
||||
];
|
||||
|
||||
inherit (failedExpectations) warnings assertions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue