Skip to content

Commit 6640ebf

Browse files
authored
nix build fix (#3569)
1 parent c5f7de0 commit 6640ebf

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

configuration-ghc-96.nix

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ let
4242
ptr-poker = hself.callCabal2nix "ptr-poker" inputs.ptr-poker { };
4343

4444
ormolu = hself.ormolu_0_5_3_0;
45+
fourmolu = hself.callCabal2nix "fourmolu" inputs.fourmolu-012 { };
4546

4647
stylish-haskell = appendConfigureFlag hsuper.stylish-haskell "-fghc-lib";
4748

flake.lock

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
url = "github:alanz/ghc-exactprint/ghc-9.6";
6060
flake = false;
6161
};
62+
63+
fourmolu-012 = {
64+
url = "https://hackage.haskell.org/package/fourmolu-0.12.0.0/fourmolu-0.12.0.0.tar.gz";
65+
flake = false;
66+
};
6267
};
6368
outputs =
6469
inputs@{ self, nixpkgs, flake-compat, flake-utils, gitignore, ... }:

0 commit comments

Comments
 (0)