Skip to content

Commit

Permalink
dockerTools: storePathToLayer use runtimeShell in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaka Hudoklin committed Mar 26, 2019
1 parent 373488e commit 5d429f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/build-support/docker/default.nix
Expand Up @@ -284,7 +284,7 @@ rec {
}:
let
storePathToLayer = substituteAll
{ inherit (stdenv) shell;
{ shell = runtimeShell;
isExecutable = true;
src = ./store-path-to-layer.sh;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/build-support/docker/store-path-to-layer.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#! @shell@

set -eu

Expand Down

0 comments on commit 5d429f6

Please sign in to comment.