trivial-builders: Fix writeShellScript example (#63888)

wip/yesman
Erik Nygren 5 years ago committed by zimbatm
parent 138c2cb7b1
commit 4e5b10d98c
  1. 2
      pkgs/build-support/trivial-builders.nix

@ -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…
Cancel
Save