mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +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 =
|
filter =
|
||||||
# Keep this filter as restrictive as possible in order to avoid unnecessary rebuilds and limit closure size
|
# Keep this filter as restrictive as possible in order to avoid unnecessary rebuilds and limit closure size
|
||||||
mkFilter {
|
mkFilter {
|
||||||
dirRootsToInclude = [];
|
|
||||||
dirsToExclude = [ ".git" ".svn" "CVS" ".hg" ".vscode" ".dependabot" ".github" ".ethereumtest" "build" ];
|
|
||||||
filesToInclude = [ "Makefile" "go.mod" "go.sum" "VERSION" ];
|
|
||||||
root = path;
|
root = path;
|
||||||
|
include = [ ".*" ];
|
||||||
|
exclude = [
|
||||||
|
".*/[.]git.*" ".*[.]md" ".*[.]yml"
|
||||||
|
".*/.*_test.go$" "_assets/.*" "build/.*"
|
||||||
|
".*/.*LICENSE.*" ".*/CONTRIB.*" ".*/AUTHOR.*"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
} else
|
} else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user