Skip to content

Commit fdab38d

Browse files
committed
build(nix): skip www checks for builds
1 parent 83a3cb8 commit fdab38d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
nativeBuildInputs = [ pkgs.bun2nix.hook ];
5959
bunDeps = pkgs.bun2nix.fetchBunDeps { bunNix = ./www/bun.nix; };
6060

61+
doCheck = false;
6162
buildPhase = ''
6263
bun run build
6364
'';

0 commit comments

Comments
 (0)