mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-16 23:41:43 +02:00
dev/list-plugins: make it a proper package
This commit is contained in:
parent
0fb43cbfb6
commit
bc3b99c4d9
4 changed files with 34 additions and 8 deletions
|
@ -1,7 +1,10 @@
|
|||
{ lib, inputs, ... }:
|
||||
{
|
||||
imports =
|
||||
[ ./devshell.nix ]
|
||||
[
|
||||
./devshell.nix
|
||||
./list-plugins
|
||||
]
|
||||
++ lib.optional (inputs.git-hooks ? flakeModule) inputs.git-hooks.flakeModule
|
||||
++ lib.optional (inputs.treefmt-nix ? flakeModule) inputs.treefmt-nix.flakeModule;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue