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

use with lint-utils.linters.system;

parent 27d6cadb
No related merge requests found
...@@ -93,9 +93,9 @@ ...@@ -93,9 +93,9 @@
run-impure-tests = run-impure-tests-app; run-impure-tests = run-impure-tests-app;
}; };
checks = { checks = with lint-utils.linters.${system}; {
dhall-format = lint-utils.outputs.linters.${system}.dhall-format { src = ./.; }; dhall-format = dhall-format { src = self; };
nixpkgs-fmt = lint-utils.outputs.linters.${system}.nixpkgs-fmt { src = ./.; }; nixpkgs-fmt = nixpkgs-fmt { src = self; };
}; };
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