runCommandLocal
pkgs.runCommandLocal
Docs pulled from | This Revision | about 3 hours ago
Noogle detected
Implementation
The following is the current implementation of this function.
runCommandLocal = name: env: runCommandWith {
stdenv = stdenvNoCC;
runLocal = true;
inherit name;
derivationArgs = env;
};