Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 1340b86

Browse files
committed
[DEVOPS-1120] Use nix-tools overlays as well as modules
1 parent 4255beb commit 1340b86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/pkgs.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ let
4949
pkgSet = haskell.mkNewPkgSet {
5050
inherit pkgs;
5151
pkg-def = stackage.${stack-pkgs.resolver};
52+
pkg-def-overlays = [
53+
stack-pkgs.overlay
54+
];
5255
modules = [
5356
# stack-pkgs.module ## seems to not exist
5457
];

0 commit comments

Comments
 (0)