Skip to content

Commit

Permalink
Fixup cabal-install
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 9, 2024
1 parent 728c312 commit ca98475
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
13 changes: 8 additions & 5 deletions flake.lock

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

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
haskellNix.url = "github:input-output-hk/haskell.nix?ref=angerman/fix-aarch64-musl";
hackageNix = {
url = "github:input-output-hk/hackage.nix";
flake = false;
};
haskellNix.inputs.hackage.follows = "hackageNix";

iserv-proxy = {
url = "github:stable-haskell/iserv-proxy?ref=iserv-syms";
flake = false;
Expand Down Expand Up @@ -716,7 +722,7 @@ index 3aeb0e5..bea0ac9 100644
};
cabalPkg = pkgs: pkgs.haskell-nix.project' {
compiler-nix-name = "ghc964";
src = inputs.cabal-install;
src = inputs.cabal-install // { filterPath = { path, ... }: path; };
modules = [
({ lib, config, ... }:{
packages.Cabal.patches = lib.mkForce [];
Expand Down

0 comments on commit ca98475

Please sign in to comment.