mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 00:54:48 +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
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
evaluatedNixvim,
|
||||
nixvimConfiguration,
|
||||
linkFarmFromDrvs,
|
||||
runCommandNoCCLocal,
|
||||
}:
|
||||
let
|
||||
by-name = ../plugins/by-name;
|
||||
options = lib.collect lib.isOption evaluatedNixvim.options;
|
||||
options = lib.collect lib.isOption nixvimConfiguration.options;
|
||||
|
||||
# Option namespaces that we allow by-name plugins to declare
|
||||
knownPluginNamespaces = [
|
||||
|
@ -137,7 +137,7 @@ linkFarmFromDrvs "plugins-by-name" [
|
|||
];
|
||||
|
||||
passthru = {
|
||||
inherit evaluatedNixvim;
|
||||
inherit nixvimConfiguration;
|
||||
};
|
||||
}
|
||||
''
|
||||
|
@ -172,7 +172,7 @@ linkFarmFromDrvs "plugins-by-name" [
|
|||
];
|
||||
|
||||
passthru = {
|
||||
inherit evaluatedNixvim;
|
||||
inherit nixvimConfiguration;
|
||||
};
|
||||
}
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue