lib/types: merge into extendedLib

This commit is contained in:
Matt Sturgeon 2024-08-03 16:28:41 +01:00
parent 38b09c1621
commit b414a53649
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 13 additions and 5 deletions

View file

@ -1,3 +1,4 @@
# Custom types to be included in `lib.types`
{ lib, helpers }:
with lib;
with helpers;
@ -91,5 +92,3 @@ rec {
}";
};
}
# Allow to do `with nixvimTypes;` instead of `with types;`
// lib.types