Skip to content

Commit e7de182

Browse files
committed
Aarch64 REMOVEME
1 parent e00b196 commit e7de182

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

nix/devshell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ pkgs.mkShell {
2323
buildInputs = [
2424
clashPkgs.cabal-install
2525
clashPkgs.haskell-language-server
26+
clashPkgs.fourmolu
2627

27-
pkgs.ghdl-llvm
28+
# pkgs.ghdl-llvm
2829
pkgs.nixpkgs-fmt
2930
pkgs.symbiyosys
3031
pkgs.verilator

nix/overlay.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ let
138138
};
139139

140140
clash-prelude =
141-
hprev.callCabal2nixWithOptions
141+
prev.haskell.lib.dontCheck (hprev.callCabal2nixWithOptions
142142
"clash-prelude"
143143
../clash-prelude
144144
"--flag workaround-ghc-mmap-crash"
145-
{ };
145+
{ });
146146

147147
clash-prelude-hedgehog =
148148
hprev.callCabal2nix "clash-prelude-hedgehog" ../clash-prelude-hedgehog {

0 commit comments

Comments
 (0)