nix-community.nixvim/flake/dev/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
191 B
Nix
Raw Normal View History

{
imports = [
./devshell.nix
./fmt.nix
./generate-all-maintainers
./git-hooks.nix
./list-plugins
./package-tests.nix
./template-tests.nix
./tests.nix
];
}