Skip to content

Commit d09e6fd

Browse files
committed
Update flake.nix
1 parent b9393db commit d09e6fd

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

flake.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nix

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ buildNpmPackage rec {
3636
done
3737
'';
3838

39+
# Some symlinks from cli are still broken
40+
dontCheckForBrokenSymlinks = true;
41+
3942
postInstall = ''
4043
for dir in core parsers lib web; do
4144
# npm creates a symlink to each dependent workspace in node_modules

0 commit comments

Comments
 (0)