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
commit eee0a82ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,10 +336,11 @@ rec {
{ name
, text
, runtimeInputs ? [ ]
, meta ? { }
, checkPhase ? null
}:
writeTextFile {
inherit name;
inherit name meta;
executable = true;
destination = "/bin/${name}";
allowSubstitutes = true;