File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 workspaceRoot = lib . cleanSource ( nix-gitignore . gitignoreSourcePure [
2020 ../../.gitignore
2121 ".github/"
22- "result*"
22+ # Anchor to the repo root so this only excludes the top-level `./result*`
23+ # nix build symlinks. Without the leading slash the gitignore pattern
24+ # matches any path component starting with "result" at any depth, which
25+ # silently dropped `src/komet_node/result_xdr.py` from the packaged
26+ # source and made the built node crash with `ModuleNotFoundError`.
27+ "/result*"
2328 # do not include submodule directories that might be initilized empty or non-existent due to nix/git
2429 # otherwise cachix build might not match the version that is requested by `kup`
2530 # TODO: for new projects, add your submodule directories that are not required for nix builds here!
You can’t perform that action at this time.
0 commit comments