File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 ; } ;
You can’t perform that action at this time.
0 commit comments