Skip to content

Commit fa858a1

Browse files
committed
WIP use Linux cddlc on Windows
1 parent 2d5eac6 commit fa858a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/haskell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let
4343
# Tools for CBOR/CDDL tests:
4444
packages.ouroboros-consensus-cardano.components.tests.cardano-test = {
4545
build-tools =
46-
[ pkgs.cddlc pkgs.cuddle ];
46+
[ pkgs.pkgsBuildBuild.cddlc pkgs.cuddle ];
4747
extraSrcFiles = [ "cddl/**/*" ];
4848
};
4949
})

0 commit comments

Comments
 (0)