Skip to content

Commit 0633233

Browse files
neilmayhewaniketd
authored andcommitted
Return to using haskell.nix's choice of hackage.nix
1 parent 921b7ca commit 0633233

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

flake.lock

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

flake.nix

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

44
inputs = {
55

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-
};
6+
haskellNix.url = "github:input-output-hk/haskell.nix";
147

158
nixpkgs.follows = "haskellNix/nixpkgs-unstable";
169
iohkNix.url = "github:input-output-hk/iohk-nix";

0 commit comments

Comments
 (0)