dockerTools: storePathToLayer use runtimeShell in script

This commit is contained in:
Jaka Hudoklin 2019-03-26 11:07:24 +01:00
parent 373488e6f4
commit 5d429f6822
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
2 changed files with 2 additions and 2 deletions

View file

@ -284,7 +284,7 @@ rec {
}:
let
storePathToLayer = substituteAll
{ inherit (stdenv) shell;
{ shell = runtimeShell;
isExecutable = true;
src = ./store-path-to-layer.sh;
};

View file

@ -1,4 +1,4 @@
#!/bin/sh
#! @shell@
set -eu