From a201246bac60c09e51b1659ae61fdbdc242c3269 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 15 Aug 2021 17:16:57 +0200 Subject: treewide: runCommandNoCC -> runCommand in generated code This has been synonymous for ~5y. Note that many of these runCommand bindings are unused, but that's ok for generated code. --- pkgs/applications/editors/uivonim/yarn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors/uivonim') diff --git a/pkgs/applications/editors/uivonim/yarn.nix b/pkgs/applications/editors/uivonim/yarn.nix index aa2b10eac22ac..c56dad1e41b94 100644 --- a/pkgs/applications/editors/uivonim/yarn.nix +++ b/pkgs/applications/editors/uivonim/yarn.nix @@ -1,4 +1,4 @@ -{ fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec { +{ fetchurl, fetchgit, linkFarm, runCommand, gnutar }: rec { offline_cache = linkFarm "offline" packages; packages = [ { -- cgit 1.4.1