mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +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
|
@ -26,7 +26,6 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [
|
||||
cfg.build.package
|
||||
cfg.build.printInitPackage
|
||||
] ++ lib.optional cfg.enableMan cfg.build.manDocsPackage;
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue