mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Make `pkgs` available to files submodules by passing _all_ module args through. We already did this for `specialArgs`.
8 lines
99 B
Nix
8 lines
99 B
Nix
{
|
|
imports = [
|
|
./assertions.nix
|
|
./context.nix
|
|
./meta.nix
|
|
./nixvim-info.nix
|
|
];
|
|
}
|