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.
1 parent e00b196 commit e7de182Copy full SHA for e7de182
nix/devshell.nix
@@ -23,8 +23,9 @@ pkgs.mkShell {
23
buildInputs = [
24
clashPkgs.cabal-install
25
clashPkgs.haskell-language-server
26
+ clashPkgs.fourmolu
27
- pkgs.ghdl-llvm
28
+ # pkgs.ghdl-llvm
29
pkgs.nixpkgs-fmt
30
pkgs.symbiyosys
31
pkgs.verilator
nix/overlay.nix
@@ -138,11 +138,11 @@ let
138
};
139
140
clash-prelude =
141
- hprev.callCabal2nixWithOptions
+ prev.haskell.lib.dontCheck (hprev.callCabal2nixWithOptions
142
"clash-prelude"
143
../clash-prelude
144
"--flag workaround-ghc-mmap-crash"
145
- { };
+ { });
146
147
clash-prelude-hedgehog =
148
hprev.callCabal2nix "clash-prelude-hedgehog" ../clash-prelude-hedgehog {
0 commit comments