mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
trivial-builders: Fix writeShellScript example (#63888)
This commit is contained in:
parent
138c2cb7b1
commit
4e5b10d98c
|
@ -143,7 +143,7 @@ rec {
|
|||
* Automatically includes interpreter above the contents passed.
|
||||
*
|
||||
* Example:
|
||||
* # Writes my-file to /nix/store/<store path>/my-file and makes executable.
|
||||
* # Writes my-file to /nix/store/<store path> and makes executable.
|
||||
* writeShellScript "my-file"
|
||||
* ''
|
||||
* Contents of File
|
||||
|
|
Loading…
Reference in a new issue