treewide: use ${stdenv.shell} instead of /bin/sh where possible
This commit is contained in:
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||
script = substituteAll {
|
||||
src = ./rpmextract.sh;
|
||||
inherit rpm cpio;
|
||||
inherit (stdenv) shell;
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user