From 1bdcc7603a6179c00150824d88fdbdb58b9f004d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 10 May 2023 13:20:18 +0000 Subject: [PATCH] fixup! WIP: templates: add rust --- templates/rust/flake.nix | 2 -- 1 file changed, 2 deletions(-) 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";