summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2022-01-21 21:31:52 +0800
committerEllie Hermaszewska <git@monoid.al>2022-01-21 21:31:59 +0800
commit1facbe37c68b8ad1867e678a565ea8dee3c218dd (patch)
tree5fdb9fe7862aa195e08beb3421eb1181fb04a15f /pkgs/development/haskell-modules/configuration-hackage2nix
parent05b0805535f5e9d91bd30e6b729e76ce5b8f0ba7 (diff)
downloadnixpkgs-1facbe37c68b8ad1867e678a565ea8dee3c218dd.tar
nixpkgs-1facbe37c68b8ad1867e678a565ea8dee3c218dd.tar.gz
nixpkgs-1facbe37c68b8ad1867e678a565ea8dee3c218dd.tar.bz2
nixpkgs-1facbe37c68b8ad1867e678a565ea8dee3c218dd.tar.lz
nixpkgs-1facbe37c68b8ad1867e678a565ea8dee3c218dd.tar.xz
nixpkgs-1facbe37c68b8ad1867e678a565ea8dee3c218dd.tar.zst
nixpkgs-1facbe37c68b8ad1867e678a565ea8dee3c218dd.zip
haskellPackages.hnix: pin at < 0.15
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 4477e2f190a..9f61e0fe4c4 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -133,6 +133,9 @@ default-package-overrides:
   # Pinning patch because it is mainly used by the reflex-frp ecosystem which is not yet compatible with it.
   # https://github.com/reflex-frp/reflex-dom/issues/431
   - patch < 0.0.5.0
+  # On the recommendation of hnix author:
+  # https://github.com/NixOS/nixpkgs/pull/154461#issuecomment-1015511883
+  - hnix < 0.15
 
 extra-packages:
   - base16-bytestring < 1               # required for cabal-install etc.