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

Commit 060c1fd

Browse files
committed
adapted; but still does not build with 'stack build --nix'
Signed-off-by: Alexander Diemand <[email protected]>
1 parent 518a7e7 commit 060c1fd

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.stack-to-nix.cache

Lines changed: 0 additions & 12 deletions
This file was deleted.

shell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
, localPkgs ? import ./. { inherit config system; }
44
}:
55
let
6-
mainShell = localPkgs.nix-tools.libs.cardano-shell.env;
6+
# mainShell = localPkgs.nix-tools.libs.cardano-shell.env;
7+
mainShell = localPkgs.nix-tools.libs.cardano-shell;
78
in mainShell // {
89
inherit (localPkgs) runCoveralls;
910
}

0 commit comments

Comments
 (0)