From d409d508a52b33c5afb4513811bd570e61712b66 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 26 Sep 2022 13:07:34 +0200 Subject: [PATCH] replace runCommandNoCC by runCommand runCommandNoCC has been replaced by runCommand in nixpkgs --- nix/checks/treefmt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/checks/treefmt.nix b/nix/checks/treefmt.nix index 5e165a4..b3da705 100644 --- a/nix/checks/treefmt.nix +++ b/nix/checks/treefmt.nix @@ -1,11 +1,11 @@ { - runCommandNoCC, + runCommand, gofumpt, alejandra, python3, treefmt, }: -runCommandNoCC "treefmt" { +runCommand "treefmt" { nativeBuildInputs = [ gofumpt treefmt