mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-25 16:52:50 +00:00
nix: include benches in source filter; fix build
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id78ee5f62a5168feef09b5f8713b107c6a6a6964
This commit is contained in:
parent
07afedd0cc
commit
6f8d1ffa83
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ in
|
||||||
(fs.fileFilter (file: builtins.any file.hasExt ["rs"]) (s + /src))
|
(fs.fileFilter (file: builtins.any file.hasExt ["rs"]) (s + /src))
|
||||||
(s + /Cargo.lock)
|
(s + /Cargo.lock)
|
||||||
(s + /Cargo.toml)
|
(s + /Cargo.toml)
|
||||||
|
(s + /benches)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue