Skip to content

Commit

Permalink
Fixed nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed May 17, 2024
1 parent 4a2f9e5 commit fcc110a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"tables": false
},
"MD024": {
"allow_different_nesting": true
"siblings_only": true
}
}
1 change: 0 additions & 1 deletion doc/manual/merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ argument), we do get a contract violation error:
{ foo | FooContract }
& { foo.required_field1 = "here" }
in
intermediate
& { foo.required_field2 = "here" }
|> std.deep_seq intermediate
Expand Down
9 changes: 3 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
Expand Down Expand Up @@ -154,6 +153,7 @@

markdownlint = {
enable = true;
# settings.configuration = builtins.fromJSON (builtins.readFile ./.markdownlint.json);
excludes = [
"notes/(.+)\\.md$"
"^RELEASES\\.md$"
Expand Down

0 comments on commit fcc110a

Please sign in to comment.