Skip to content

Commit fc6c50e

Browse files
committed
default.nix: disable the overlay
1 parent 10e4f4a commit fc6c50e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

default.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@ let
125125
then getDefaultGHC
126126
else compiler;
127127

128-
# 2020-12-31: NOTE: Remove after `hnix-store 0.4` arrives into Nixpkgs
129-
hnix-store-src = pkgs.fetchFromGitHub {
130-
owner = "haskell-nix";
131-
repo = "hnix-store";
132-
rev = "fd09d29b8bef4904058f033d693e7d928a4a92dc";
133-
sha256 = "0fxig1ckzknm5g19jzg7rrcpz7ssn4iiv9bs9hff9gfy3ciq4zrs";
134-
};
128+
# Overlay source
129+
# hnix-store-src = pkgs.fetchFromGitHub {
130+
# owner = "haskell-nix";
131+
# repo = "hnix-store";
132+
# rev = "fd09d29b8bef4904058f033d693e7d928a4a92dc";
133+
# sha256 = "0fxig1ckzknm5g19jzg7rrcpz7ssn4iiv9bs9hff9gfy3ciq4zrs";
134+
# };
135135

136136
overlay = pkgs.lib.foldr pkgs.lib.composeExtensions (_: _: {}) [
137-
(import "${hnix-store-src}/overlay.nix" pkgs pkgs.haskell.lib)
137+
# (import "${hnix-store-src}/overlay.nix" pkgs pkgs.haskell.lib)
138138
(self: super:
139139
pkgs.lib.optionalAttrs withHoogle {
140140
ghc = super.ghc // { withPackages = super.ghc.withHoogle; };

0 commit comments

Comments
 (0)