mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
plugins/nonels: move to by-name
This commit is contained in:
parent
40cb7af2b9
commit
fb677540e1
9 changed files with 4 additions and 6 deletions
|
@ -40,11 +40,11 @@ let
|
|||
errors = lib.concatStringsSep "\n" (
|
||||
checkDeclarations (
|
||||
let
|
||||
inherit (import ../plugins/none-ls/packages.nix lib) noPackage packaged;
|
||||
inherit (import ../plugins/by-name/none-ls/packages.nix lib) noPackage packaged;
|
||||
in
|
||||
{
|
||||
name = "none-ls";
|
||||
declarationFile = "plugins/none-ls/packages.nix";
|
||||
declarationFile = "plugins/by-name/none-ls/packages.nix";
|
||||
|
||||
packages = builtins.filter (pkg: pkg != null) (builtins.attrValues packaged);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue