mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 01:55:11 +02:00
lib/options: remove deprecated package option helpers
`mkPackageOption` and `mkPluginPackageOption` have both been replaced with nixpkg's `lib.mkPackageOption`.
This commit is contained in:
parent
7409e80bd2
commit
fd923a3dd3
2 changed files with 8 additions and 29 deletions
|
@ -8,7 +8,7 @@ let
|
|||
message = "lib.nixvim should be defined";
|
||||
}
|
||||
{
|
||||
assertion = lib.nixvim == helpers;
|
||||
assertion = builtins.attrNames lib.nixvim == builtins.attrNames helpers;
|
||||
message = "lib.nixvim and helpers should be aliases";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue