nix-community.nixvim/flake/dev/default.nix
Matt Sturgeon 1fb1bf8a73
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled
flake: move formatting and git hooks into dedicated modules
2025-07-15 02:34:08 +00:00

12 lines
191 B
Nix

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