mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #30153 from uvNikita/patch-2
trivial-builders.nix: fix writeShellScriptBin
This commit is contained in:
commit
5e3376e28b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ rec {
|
|||
${text}
|
||||
'';
|
||||
checkPhase = ''
|
||||
${stdenv.shell} -n $out
|
||||
${stdenv.shell} -n $out/bin/${name}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue