mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 17:58:35 +00:00
concatScript: formatting
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
67320a1668
commit
767d56e834
@ -380,7 +380,7 @@ rec {
|
||||
* concatScript "my-file" [ file1 file2 ]
|
||||
*
|
||||
*/
|
||||
concatScript = name: files: concatTextFile { inherit name files; executable=true; };
|
||||
concatScript = name: files: concatTextFile { inherit name files; executable = true; };
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user