Merge pull request #115075 from siraben/stdenv-cleanup

treewide: remove stdenv where not needed
This commit is contained in:
Robert Hensing
2021-03-04 15:51:04 +01:00
committed by GitHub
21 changed files with 15 additions and 21 deletions
-1
View File
@@ -21,7 +21,6 @@
runtimeShell,
shadow,
skopeo,
stdenv,
storeDir ? builtins.storeDir,
substituteAll,
symlinkJoin,
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenvNoCC, runCommand, awscli }:
{ lib, runCommand, awscli }:
{ s3url
, name ? builtins.baseNameOf s3url
-1
View File
@@ -7,7 +7,6 @@
python2Packages,
python3Packages,
runCommand,
stdenv,
writers,
writeText
}: