mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 10:16:01 +00:00
nix: fix status-go source override
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
901f091929
commit
5b1e0b3bdf
@ -32,10 +32,13 @@ let
|
||||
filter =
|
||||
# Keep this filter as restrictive as possible in order to avoid unnecessary rebuilds and limit closure size
|
||||
mkFilter {
|
||||
dirRootsToInclude = [];
|
||||
dirsToExclude = [ ".git" ".svn" "CVS" ".hg" ".vscode" ".dependabot" ".github" ".ethereumtest" "build" ];
|
||||
filesToInclude = [ "Makefile" "go.mod" "go.sum" "VERSION" ];
|
||||
root = path;
|
||||
include = [ ".*" ];
|
||||
exclude = [
|
||||
".*/[.]git.*" ".*[.]md" ".*[.]yml"
|
||||
".*/.*_test.go$" "_assets/.*" "build/.*"
|
||||
".*/.*LICENSE.*" ".*/CONTRIB.*" ".*/AUTHOR.*"
|
||||
];
|
||||
};
|
||||
};
|
||||
} else
|
||||
|
Loading…
x
Reference in New Issue
Block a user