mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-30 02:34:21 -05:00
Make `pkgs` available to files submodules by passing _all_ module args through. We already did this for `specialArgs`.
9 lines
99 B
Nix
9 lines
99 B
Nix
{
|
|
imports = [
|
|
./assertions.nix
|
|
./context.nix
|
|
./meta.nix
|
|
./nixvim-info.nix
|
|
];
|
|
}
|