Skip to content

Commit

Permalink
plugins/none-ls: update prisma package name
Browse files Browse the repository at this point in the history
Due to NixOS/nixpkgs#337521

Signed-off-by: Florian Brandes <[email protected]>
  • Loading branch information
gador authored and my7h3le committed Sep 1, 2024
1 parent ca078ec commit a500695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/none-ls/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ pkgs: {
phpcbf = pkgs.phpPackages.php-codesniffer;
phpcsfixer = pkgs.phpPackages.php-cs-fixer;
phpcs = pkgs.phpPackages.php-codesniffer;
prisma_format = pkgs.nodePackages.prisma;
# TODO: Added 2024-08-31; remove 2024-11-31
# prisma was moved out of nodePackages set without alias
# Using fallback as a transition period
prisma_format = pkgs.prisma or pkgs.nodePackages.prisma;
ptop = pkgs.fpc;
puppet_lint = pkgs.puppet-lint;
qmlformat = pkgs.qt6.qtdeclarative;
Expand Down

0 comments on commit a500695

Please sign in to comment.