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