diff --git a/flake-module.nix b/flake-module.nix index 2ee8b48..1c9cbd3 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -89,7 +89,6 @@ ]; # Replace the string with `lib.fakeHash` after version changes in order to get the new hash value. cargoHash = "sha256-0U0Z13a2vRxMFnaaHeXBjvYDjKStgqmuDboUVssVMQw="; - doCheck = false; # some test that does not look adjacent fails during build, so I disabled them. This also halves build time. } ); };