Skip to content

Commit c902020

Browse files
committed
Adds the new iohk overlay
1 parent abba60e commit c902020

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

pkgs.nix

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,16 @@
66
_module.args = {
77
pkgs = import inputs.nixpkgs {
88
inherit system;
9-
inherit (inputs.haskell-nix) config;
10-
overlays = [
11-
inputs.haskell-nix.overlay
12-
# inputs.iohk-nix.overlays.crypto
13-
# (import inputs.rust-overlay)
14-
];
159
};
1610

17-
# TODO(bladyjoker): If we use recent nixpkgs we get: `error: nodejs_14 has been removed as it is EOL`. That's why we use CTL's old nixpkgs.
18-
# pkgsForCtl = import inputs.ctl.inputs.nixpkgs {
19-
# inherit system;
20-
# inherit (inputs.haskell-nix) config;
21-
# overlays = [
22-
# inputs.haskell-nix.overlay
23-
# inputs.iohk-nix.overlays.crypto
24-
# inputs.ctl.overlays.purescript
25-
# inputs.ctl.overlays.spago
26-
# ];
27-
# };
28-
2911
# TODO(bladyjoker): haskell.nix is brittle on its nixpkgs, and tends to break stuff for us, so we instantiate haskell.nix nixpkgs specifically. For example https://github.com/Plutonomicon/plutarch-plutus/pull/624
3012
pkgsForHaskellNix = import inputs.haskell-nix.inputs.nixpkgs {
3113
inherit system;
3214
inherit (inputs.haskell-nix) config;
3315
overlays = [
3416
inputs.haskell-nix.overlay
3517
inputs.iohk-nix.overlays.crypto
18+
inputs.iohk-nix.overlays.haskell-nix-crypto
3619
];
3720
};
3821

0 commit comments

Comments
 (0)