nix-community.nixvim/flake/default.nix

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

13 lines
166 B
Nix
Raw Normal View History

{
imports = [
2024-03-01 22:43:05 +01:00
./dev
./lib.nix
./legacy-packages.nix
./overlays.nix
./packages.nix
./templates.nix
2024-01-06 15:55:50 +01:00
./tests.nix
./wrappers.nix
];
}