runCommandCC
pkgs.runCommandCC
Docs pulled from | This Revision | 44 minutes ago
Noogle detected
Implementation
The following is the current implementation of this function.
runCommandCC =
name: env:
runCommandWith {
stdenv = stdenv;
runLocal = false;
inherit name;
derivationArgs = env;
};