Skip to content

Commit

Permalink
Nix updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 25, 2024
1 parent 3bb48b4 commit c875196
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 63 deletions.
118 changes: 57 additions & 61 deletions flake.lock

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

12 changes: 10 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
description = "Cardano Addresses";

inputs = {
nixpkgs.follows = "haskellNix/nixpkgs-2305";
nixpkgs.follows = "haskellNix/nixpkgs-unstable";
hostNixpkgs.follows = "nixpkgs";
hackageNix = {
url = "github:input-output-hk/hackage.nix";
flake = false;
};
haskellNix = {
url = "github:input-output-hk/haskell.nix";
# GHC 8.10.7 cross compilation for windows is broken in newer versions of haskell.nix.
# Unpin this once we no longer need GHC 8.10.7.
url = "github:input-output-hk/haskell.nix/cb139fa956158397aa398186bb32dd26f7318784";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hackage.follows = "hackageNix";
};
CHaP = {
url = "github:intersectmbo/cardano-haskell-packages?ref=repo";
Expand Down

0 comments on commit c875196

Please sign in to comment.