We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b1561 commit d90af2fCopy full SHA for d90af2f
docs/flake.nix
@@ -43,6 +43,7 @@
43
[ -e script.js ] && biome check --unsafe --write script.js || true
44
ls -ap | grep -v -E -x './|../|.env|.gitignore|CNAME|Makefile|index.html|index.js|flake.lock|flake.nix|prm/|pyscript/|python/|script.js|style.css|tmp/' | grep -q . && exit 1 || true
45
test $(basename $(pwd)) = 'docs'
46
+ exit
47
'';
48
};
49
devShells.default = pkgs.mkShell { buildInputs = packagesAll; };
0 commit comments