Skip to content

Commit

Permalink
Merge pull request #294342 from 0x4A6F/master-nixfmt-rfc-style
Browse files Browse the repository at this point in the history
nixfmt-rfc-style: apply NixOS/nixfmt#133
  • Loading branch information
dasJ authored Mar 11, 2024
2 parents 5e86ed2 + 62a7cc5 commit fc405ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/by-name/ni/nixfmt-rfc-style/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
lib,
runCommand,
nixfmt-rfc-style,
fetchpatch,
}:
let
inherit (haskell.lib.compose) overrideCabal justStaticExecutables;
Expand All @@ -13,6 +14,13 @@ let

passthru.updateScript = ./update.sh;

patches = [
(fetchpatch {
url = "https://github.com/serokell/nixfmt/commit/ca9c8975ed671112fdfce94f2e9e2ad3de480c9a.patch";
hash = "sha256-UOSAYahSKBsqPMVcQJ3H26Eg2xpPAsNOjYMI6g+WTYU=";
})
];

maintainers = lib.teams.formatter.members;

# These tests can be run with the following command.
Expand Down

0 comments on commit fc405ec

Please sign in to comment.