Unverified Commit a3055d59 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #324049 from a-kenji/fix/typo

writeScriptBin: fix typo in docs
parents 853e3e1d ec567926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ This is for consistency with the convention of software packages placing executa

The created file is marked as executable.
The file's contents will be put into `/nix/store/<store path>/bin/<name>`.
The store path will include the the name, and it will be a directory.
The store path will include the name, and it will be a directory.

::: {.example #ex-writeScriptBin}
# Usage of `writeScriptBin`