lib: use lib.fix and self internally

This commit is contained in:
Matt Sturgeon 2024-09-13 14:58:20 +01:00
parent 7a147234f8
commit f47e8f8f79
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 24 additions and 23 deletions

View file

@ -2,12 +2,12 @@
{
call,
lib,
helpers,
self,
}:
lib.extend (
final: prev: {
# Include our custom lib
nixvim = helpers;
nixvim = self;
# Merge in our maintainers
maintainers = prev.maintainers // import ./maintainers.nix;