File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 14
14
"iohk-nix" = compat flakeLock . ${ flakeLock . root . inputs . iohkNix } ;
15
15
"cardano-world" = compat flakeLock . ${ flakeLock . root . inputs . cardano-world } ;
16
16
"flake-compat" = compat flakeLock . ${ flakeLock . root . inputs . flake-compat } ;
17
+ "CHaP" = compat flakeLock . ${ flakeLock . root . inputs . CHaP } ;
17
18
} ;
18
19
sources = flakeSources // sourcesOverride ;
19
20
iohkNix = import sources . iohk-nix { inherit system ; } ;
20
21
flake-compat = import sources . flake-compat ;
21
22
haskellNix = import sources . "haskell.nix" { inherit system sourcesOverride ; } ;
22
23
nixpkgs = haskellNix . sources . nixpkgs-unstable ;
24
+ CHaP = sources . CHaP ;
23
25
cardano-world = flake-compat {
24
26
inherit pkgs ;
25
27
src = sources . cardano-world ;
26
28
} ;
27
29
30
+ inputMap = { "https://input-output-hk.github.io/cardano-haskell-packages" = CHaP ; } ;
31
+
28
32
# for inclusion in pkgs:
29
33
overlays =
30
34
# Haskell.nix (https://github.com/input-output-hk/haskell.nix)
62
66
} ;
63
67
} )
64
68
# And, of course, our haskell-nix-ified cabal project:
65
- ( import ./pkgs.nix )
69
+ ( import ./pkgs.nix { inherit inputMap ; } )
66
70
] ;
67
71
68
72
pkgs = import nixpkgs {
You can’t perform that action at this time.
0 commit comments