From fc7f0f86489974a9f0efd5f7dc1ea1fc6c24fe1e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 15 Mar 2024 14:01:32 +0100 Subject: [PATCH] co2_exporter: Fix typo in doCheck --- pkgs/co2_exporter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/co2_exporter/default.nix b/pkgs/co2_exporter/default.nix index fb703bd..ddbace1 100644 --- a/pkgs/co2_exporter/default.nix +++ b/pkgs/co2_exporter/default.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2023 Simon Bruder +# SPDX-FileCopyrightText: 2022-2024 Simon Bruder # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -19,7 +19,7 @@ buildGoModule rec { vendorHash = "sha256-CMo6FBzw0/OMKEX12oNqhbF/0dRRFR6W3VRp+EU6Q68="; - oCheck = false; # no tests + doCheck = false; # no tests meta = with lib; { license = licenses.mit;