Merge pull request #294342 from 0x4A6F/master-nixfmt-rfc-style
nixfmt-rfc-style: apply serokell/nixfmt#133
This commit is contained in:
commit
fc405ec2d8
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue