Skip to content

Commit

Permalink
nixfmt-rfc-style: apply NixOS/nixfmt#133
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F authored and jian-lin committed Mar 26, 2024
1 parent 36e5f27 commit 44534fc
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 44534fc

Please sign in to comment.