Skip to content

Commit

Permalink
try a different nixpkgs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Apr 27, 2024
1 parent 2865a7d commit ec1a4e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NixSupport/mkGhcCompiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
builtins.listToAttrs (map toPackage names);

ihpDontCheckPackages = [];
ihpDoJailbreakPackages = ["ghcide"];
ihpDoJailbreakPackages = [];
ihpDontHaddockPackages = [];
in ghcCompiler.override {
overrides = composeExtensionsList [
Expand Down
7 changes: 3 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "IHP is a modern batteries-included haskell web framework, built on top of Haskell and Nix.";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/haskell-updates";
nixpkgs.url = "github:NixOS/nixpkgs";

# pre-defined set of default target systems
systems.url = "github:nix-systems/default";
Expand Down

0 comments on commit ec1a4e0

Please sign in to comment.