Skip to content
Snippets Groups Projects
Commit f460393c authored by Daniel Firth's avatar Daniel Firth
Browse files

typo

parent 1ae81fe2
Branches
Tags
No related merge requests found
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
}; };
checks = { checks = {
dhall-format = lint-utils.outputs.linters.${system}.dhall-format { src = ./. }; dhall-format = lint-utils.outputs.linters.${system}.dhall-format { src = ./.; };
nixpkgs-fmt = lint-utils.outputs.linters.${system}.nixpkgs-fmt { src = ./. }; nixpkgs-fmt = lint-utils.outputs.linters.${system}.nixpkgs-fmt { src = ./.; };
}; };
inherit legacyPackages; inherit legacyPackages;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment