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
parent 2e256d2eac
commit 7a2cc28932
Notes: github-actions[bot] 2025-03-16 21:31:30 +00:00

View file

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