mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
Based on the modules we previously imported from NixOS. This will allow us to drop the `defaultPkgs` specialArg and avoids needing the proposed `pkgsPath` specialArg.
9 lines
117 B
Nix
9 lines
117 B
Nix
{
|
|
imports = [
|
|
./assertions.nix
|
|
./context.nix
|
|
./meta.nix
|
|
./nixpkgs.nix
|
|
./nixvim-info.nix
|
|
];
|
|
}
|