mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-10 15:03:04 +00:00
5 lines
100 B
Nix
5 lines
100 B
Nix
|
# Build the package with the test suite enabled.
|
||
|
(import ../../. {}).override {
|
||
|
doCheck = true;
|
||
|
}
|