From fde8f4b6420689a5e4e45700b8618cb014a7bf06 Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 22 Mar 2024 15:29:21 +0200 Subject: remove I2C crap and get to work --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b07c283..d9d857c 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ enableLibraryProfiling = false; postBuild = '' - ${hpkgs.clash-ghc}/bin/clash -package-db dist/package.conf.inplace ${name} --${hdl} + ${hpkgs.clash-ghc}/bin/clash -package-db dist/package.conf.inplace ${name} --${hdl} -ddump-simpl ''; postInstall = '' -- cgit 1.4.1