Nix: Change incorrect package name in /Toolchain/Nix/shell.nix

This commit is contained in:
Piotr Bartoszewicz 2025-03-10 22:44:35 +01:00 committed by Andrew Kaster
commit 7a2cc28932
Notes: github-actions[bot] 2025-03-16 21:31:30 +00:00

View file

@ -4,7 +4,7 @@
ccache, ccache,
clang-tools, clang-tools,
pre-commit, pre-commit,
prettier, nodePackages,
ladybird, ladybird,
... ...
}: }:
@ -17,7 +17,7 @@ mkShell {
ccache ccache
clang-tools clang-tools
pre-commit pre-commit
prettier nodePackages.prettier
]; ];
# Fix for: https://github.com/LadybirdBrowser/ladybird/issues/371#issuecomment-2616415434 # Fix for: https://github.com/LadybirdBrowser/ladybird/issues/371#issuecomment-2616415434