nix-community.nixvim/modules/misc/default.nix
Matt Sturgeon 6da94195c2
modules/misc: include assertions and meta modules in the repo
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.
2024-09-24 12:49:28 +01:00

9 lines
117 B
Nix

{
imports = [
./assertions.nix
./context.nix
./meta.nix
./nixpkgs.nix
./nixvim-info.nix
];
}