dockerTools: storePathToLayer use runtimeShell in script
This commit is contained in:
@@ -284,7 +284,7 @@ rec {
|
||||
}:
|
||||
let
|
||||
storePathToLayer = substituteAll
|
||||
{ inherit (stdenv) shell;
|
||||
{ shell = runtimeShell;
|
||||
isExecutable = true;
|
||||
src = ./store-path-to-layer.sh;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user