Skip to content

Commit c73f53f

Browse files
sgillespiekderme
authored andcommitted
build(nix): Add input for hackage.nix
This will allow us to update hackage without bringing in nixpkgs updates from haskell.nix
1 parent 1d8a0d7 commit c73f53f

File tree

2 files changed

+41
-66
lines changed

2 files changed

+41
-66
lines changed

flake.lock

Lines changed: 33 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
inputs = {
55
nixpkgs.follows = "haskellNix/nixpkgs-unstable";
6-
haskellNix.url = "github:input-output-hk/haskell.nix";
6+
hackageNix = {
7+
url = "github:input-output-hk/hackage.nix";
8+
flake = false;
9+
};
10+
haskellNix = {
11+
url = "github:input-output-hk/haskell.nix";
12+
inputs.hackage.follows = "hackageNix";
13+
};
714
utils.url = "github:numtide/flake-utils";
815
iohkNix = {
916
url = "github:input-output-hk/iohk-nix";

0 commit comments

Comments
 (0)