1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-13 12:31:08 +01:00

dev/list-plugins: drop

As no more plugins are declared using the legacy approach, the
list-plugins.py script has lost its use. Let's drop it altogether.
This commit is contained in:
Gaetan Lepage 2025-11-06 14:46:25 +01:00
parent b47da39904
commit d42da6b8a7
6 changed files with 0 additions and 285 deletions

View file

@ -52,7 +52,6 @@
# Propagate `packages` from the `dev` partition:
inherit (config.partitions.dev.module.flake.packages.${system})
generate-all-maintainers
list-plugins
;
};
};