mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
fix darwin wrapper (#349)
This commit is contained in:
parent
7ad27d19d2
commit
744fdd1cd4
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ in {
|
|||
nixvim.helpers = shared.helpers;
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable mkMerge [
|
||||
config = mkIf cfg.enable (mkMerge [
|
||||
{
|
||||
environment.systemPackages = [cfg.finalPackage];
|
||||
}
|
||||
|
@ -30,5 +30,5 @@ in {
|
|||
warnings = cfg.warnings;
|
||||
assertions = cfg.assertions;
|
||||
}
|
||||
];
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue