Skip to content

Commit ce6f6f8

Browse files
committed
fix: specify a default
1 parent 307961a commit ce6f6f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/modules/project-tests.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ in
1616
Patch an existing `haskellProject` to run some checks. This module
1717
will create a flake check automatically.
1818
'';
19+
default = {};
1920
type = types.attrsOf (types.submoduleWith {
2021
specialArgs = { inherit pkgs self; };
2122
modules = [

0 commit comments

Comments
 (0)