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

Commit b4595f5

Browse files
committed
Fix cardano-shell-env definition.
1 parent e5c2f6b commit b4595f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ in
4747
commonLib.nix-tools.default-nix ./nix/pkgs.nix args
4848
# ... and add additional non-haskell packages we want to build on CI:
4949
// {
50-
cardano-shell-env = (import ./stack-shell.nix { inherit config system; });
50+
cardano-shell-env = (import ./stack-shell.nix { inherit config system; }).buildInputs;
5151
}

0 commit comments

Comments
 (0)