Merge pull request #251369 from srid/writeShellApplication-meta
This commit is contained in:
commit
eee0a82ee0
@ -336,10 +336,11 @@ rec {
|
||||
{ name
|
||||
, text
|
||||
, runtimeInputs ? [ ]
|
||||
, meta ? { }
|
||||
, checkPhase ? null
|
||||
}:
|
||||
writeTextFile {
|
||||
inherit name;
|
||||
inherit name meta;
|
||||
executable = true;
|
||||
destination = "/bin/${name}";
|
||||
allowSubstitutes = true;
|
||||
|
Loading…
Reference in New Issue
Block a user