Unverified Commit fc405ec2 authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

Merge pull request #294342 from 0x4A6F/master-nixfmt-rfc-style

nixfmt-rfc-style: apply serokell/nixfmt#133
parents 5e86ed21 62a7cc55
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.