mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-26 21:38:35 +00:00
6 lines
189 B
Nix
6 lines
189 B
Nix
# Build the package with the whole test suite enabled.
|
|
args@{ checks ? [ "unit" "integration" ], ...}:
|
|
(import ../. (builtins.removeAttrs args [ "checks" ])).override {
|
|
inherit checks;
|
|
}
|