mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09: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: 7a2cc28932
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
Add a link
Reference in a new issue