Skip to content

Commit c4522cf

Browse files
make cachix builds from CI/CD match CLI/flake inputs (#2739)
Co-authored-by: Andrei Văcaru <[email protected]>
1 parent db7d25e commit c4522cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
"*.nix"
6363
"deps/"
6464
"kevm-pyk/"
65+
# submodule directories are initilized empty by git, but
66+
# not included by nix flakes/nix CLI
67+
"/tests/ethereum-tests"
68+
"/web/k-web-theme"
6569
] ./.);
6670
dontBuild = true;
6771

0 commit comments

Comments
 (0)