Accept all the arguments default.nix accepts, too

This commit is contained in:
Jean-Paul Calderone 2023-03-14 10:19:49 -04:00
parent ea5928ce53
commit ff50bfe5c4

View File

@ -1,4 +1,4 @@
# Build the package with the test suite enabled.
(import ../../. {}).override {
args@{...}: (import ../../. args).override {
doCheck = true;
}