diff --git a/builder.nix b/builder.nix index d142647..9c2ba56 100644 --- a/builder.nix +++ b/builder.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation { src = variantFiles."openwrt-imagebuilder-${release}-${target}-${variant}.${hostPlatform.uname.system}-${hostPlatform.uname.processor}.tar.xz"; - patchPhase = '' + postPatch = '' patchShebangs scripts staging_dir/host/bin substituteInPlace rules.mk \ --replace "SHELL:=/usr/bin/env bash" "SHELL:=${runtimeShell}"