mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Nix: Change incorrect package name in /Toolchain/Nix/shell.nix
This commit is contained in:
parent
2e256d2eac
commit
7a2cc28932
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user