We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6f6f8 commit 76214cfCopy full SHA for 76214cf
nix/modules/project-tests.nix
@@ -16,7 +16,7 @@ in
16
Patch an existing `haskellProject` to run some checks. This module
17
will create a flake check automatically.
18
'';
19
- default = {};
+ default = { };
20
type = types.attrsOf (types.submoduleWith {
21
specialArgs = { inherit pkgs self; };
22
modules = [
0 commit comments