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

nixpkgs-fmt: find = "flake.nix"

parent 0f85c36a
Branches
1 merge request!4horizon-gen-nix to 0.10.0 with lock file
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
checks = with lint-utils.outputs.linters.${system}; { checks = with lint-utils.outputs.linters.${system}; {
dhall-format = dhall-format { src = self; }; dhall-format = dhall-format { src = self; };
nixpkgs-fmt = nixpkgs-fmt { src = self; }; nixpkgs-fmt = nixpkgs-fmt { src = self; find = "flake.nix"; };
}; };
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