Merge pull request #115075 from siraben/stdenv-cleanup
treewide: remove stdenv where not needed
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
runtimeShell,
|
||||
shadow,
|
||||
skopeo,
|
||||
stdenv,
|
||||
storeDir ? builtins.storeDir,
|
||||
substituteAll,
|
||||
symlinkJoin,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenvNoCC, runCommand, awscli }:
|
||||
{ lib, runCommand, awscli }:
|
||||
|
||||
{ s3url
|
||||
, name ? builtins.baseNameOf s3url
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
python2Packages,
|
||||
python3Packages,
|
||||
runCommand,
|
||||
stdenv,
|
||||
writers,
|
||||
writeText
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user