I _think_ herc will only look at onPush jobs?

This commit is contained in:
Quinn Dougherty 2022-08-15 20:06:54 -07:00
parent d75e272768
commit 3f5989d064

View File

@ -279,11 +279,6 @@
components = components-package-build;
storybook = components-site-build;
docs-site = website;
# tmp = {
# lang-build = lang-build;
# components-yarnPkg = components-yarnPackage;
# components-lint = components-lint;
# };
};
# herc
@ -306,7 +301,11 @@
docusaurus-lint = checks.${hciSystem}.docusaurus-lint;
};
};
devShells.${system}.default = pkgs.mkShell {
};
# nix develop
devShells = flake-utils.lib.flattenTree {
default = pkgs.mkShell {
name = "squiggle-wasm-development-shell";
buildInputs = with pkgs; [
wasm-pack