Merge pull request #58350 from xtruder/pkgs/dockerTools/storePathToLayer/runtimeShell
dockerTools: storePathToLayer use runtimeShell in script
This commit is contained in:
commit
a8beff987d
@ -289,7 +289,7 @@ rec {
|
||||
}:
|
||||
let
|
||||
storePathToLayer = substituteAll
|
||||
{ inherit (stdenv) shell;
|
||||
{ shell = runtimeShell;
|
||||
isExecutable = true;
|
||||
src = ./store-path-to-layer.sh;
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#! @shell@
|
||||
|
||||
set -eu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user