mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
plugins/none-ls: more compatible gdtoolkit fix
Nixpkgs renamed to gdtoolkit_3 & _4 without maintaining an alias! Out of sync lock files could be using either attr name...
This commit is contained in:
parent
f8787bd23b
commit
4ab2b289b6
1 changed files with 5 additions and 2 deletions
|
@ -121,8 +121,11 @@ let
|
||||||
erb_format = pkgs.rubyPackages.erb-formatter;
|
erb_format = pkgs.rubyPackages.erb-formatter;
|
||||||
fish_indent = pkgs.fish;
|
fish_indent = pkgs.fish;
|
||||||
format_r = pkgs.R;
|
format_r = pkgs.R;
|
||||||
gdformat = pkgs.gdtoolkit_4;
|
# TODO: Added 2024-06-13; remove 2024-09-13
|
||||||
gdlint = pkgs.gdtoolkit_4;
|
# Nixpkgs renamed to _3 & _4 without maintaining an alias
|
||||||
|
# Out of sync lock files could be using either attr name...
|
||||||
|
gdformat = pkgs.gdtoolkit_4 or pkgs.gdtoolkit;
|
||||||
|
gdlint = pkgs.gdtoolkit_4 or pkgs.gdtoolkit;
|
||||||
gitsigns = pkgs.git;
|
gitsigns = pkgs.git;
|
||||||
gleam_format = pkgs.gleam;
|
gleam_format = pkgs.gleam;
|
||||||
glslc = pkgs.shaderc;
|
glslc = pkgs.shaderc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue