diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix index 7473d54..c710c93 100644 --- a/templates/rust/flake.nix +++ b/templates/rust/flake.nix @@ -42,8 +42,6 @@ lockFile = "${self}/Cargo.lock"; }; - doCheck = true; - meta = with lib; { description = "A Rust project"; homepage = "https://gitea.belanyi.fr/ambroisie/project";