mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 19:11:08 +01:00
treewide: remove with lib;
This commit is contained in:
parent
cd0443e166
commit
629f9d75f8
67 changed files with 276 additions and 338 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ lib }:
|
||||
with lib;
|
||||
let
|
||||
inherit (lib) types;
|
||||
in
|
||||
{
|
||||
tools =
|
||||
let
|
||||
|
|
@ -294,7 +296,7 @@ with lib;
|
|||
freeformType = with types; attrsOf anything;
|
||||
options = {
|
||||
# Common options
|
||||
type = mkOption {
|
||||
type = lib.mkOption {
|
||||
type = types.enum [
|
||||
"executable"
|
||||
"server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue