Unverified Commit 62a7cc55 authored by 0x4A6F's avatar 0x4A6F
Browse files

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

parent b8697e57
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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.