Skip to content

Commit

Permalink
Merge pull request #215 from NixOS/verify
Browse files Browse the repository at this point in the history
Use --verify in Nixpkgs diff CI
  • Loading branch information
infinisil committed Jul 16, 2024
2 parents 83de1ec + 9176bea commit f09ce41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/sync-pr-support.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ in
treefmtConfig = ''
[formatter.nixfmt-rfc-style]
command = "nixfmt"
options = [ "--verify" ]
includes = [ "*.nix" ]
'';
passAsFile = [ "treefmtConfig" ];
Expand Down

0 comments on commit f09ce41

Please sign in to comment.