iced-template: filter source files
(to reduce rebuilds) crane does something similar automatically
This commit is contained in:
parent
e9847f58c7
commit
459eac3fff
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,11 @@
|
|||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = ./.;
|
||||
src = lib.sourceFilesBySuffices ./. [
|
||||
"Cargo.toml"
|
||||
"Cargo.lock"
|
||||
".rs"
|
||||
];
|
||||
};
|
||||
|
||||
crate =
|
||||
|
|
|
|||
Loading…
Reference in a new issue