output nixvim

This commit is contained in:
John Bowdre 2024-12-03 21:54:36 -06:00
parent ec07774d41
commit c7ef033256

View file

@ -34,7 +34,7 @@
}; };
}; };
outputs = { self, nixpkgs, home-manager, ... } @inputs: outputs = { self, nixpkgs, home-manager, nixvim, ... } @inputs:
let let
inherit (self) outputs; inherit (self) outputs;
lib = nixpkgs.lib // home-manager.lib; lib = nixpkgs.lib // home-manager.lib;