mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Nix: Change incorrect package name in /Toolchain/Nix/shell.nix
This commit is contained in:
parent
2e256d2eac
commit
7a2cc28932
Notes:
github-actions[bot]
2025-03-16 21:31:30 +00:00
Author: https://github.com/PiotrekB416 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7a2cc28932a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3897 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/NotAShelf ✅
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue