Skip to content

Commit a7cd5db

Browse files
authored
Update flake.nix
1 parent b8c9895 commit a7cd5db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@
4545
inputs.customConfig;
4646

4747
overlays = [
48+
# crypto needs to come before hasell.nix.
49+
# FIXME: _THIS_IS_BAD_
50+
iohkNix.overlays.crypto
4851
haskellNix.overlay
4952
iohkNix.overlays.haskell-nix-extra
50-
iohkNix.overlays.crypto
5153
iohkNix.overlays.utils
5254
iohkNix.overlays.cardano-lib
5355
(final: prev: {

0 commit comments

Comments
 (0)