We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extra-packages: cardano-cli
1 parent ed03872 commit ea23315Copy full SHA for ea23315
cabal.project
@@ -21,8 +21,6 @@ packages:
21
cardano-smash-server
22
cardano-chain-gen
23
24
-extra-packages: cardano-cli
25
-
26
package cardano-chain-gen
27
ghc-options: -Wall -Werror -Wredundant-constraints -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Wunused-imports -Wunused-packages
28
flake.nix
@@ -170,6 +170,11 @@
170
in
171
lib.genAttrs compilers (c: { compiler-nix-name = c; });
172
173
+ # cardano-cli is needed when building the docker image
174
+ cabalProjectLocal = ''
175
+ extra-packages: cardano-cli
176
+ '';
177
+
178
crossPlatforms = p:
179
lib.optional (system == "x86_64-linux") p.musl64 ++
180
lib.optional
0 commit comments