nixfmt-rfc-style: apply serokell/nixfmt#133

This commit is contained in:
0x4A6F 2024-03-08 20:47:05 +01:00
parent b8697e57f1
commit 62a7cc559f
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -4,6 +4,7 @@
lib,
runCommand,
nixfmt-rfc-style,
fetchpatch,
}:
let
inherit (haskell.lib.compose) overrideCabal justStaticExecutables;
@ -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.