Merge pull request #251369 from srid/writeShellApplication-meta

This commit is contained in:
figsoda
2023-09-01 16:53:49 -04:00
committed by GitHub
@@ -336,10 +336,11 @@ rec {
{ name
, text
, runtimeInputs ? [ ]
, meta ? { }
, checkPhase ? null
}:
writeTextFile {
inherit name;
inherit name meta;
executable = true;
destination = "/bin/${name}";
allowSubstitutes = true;