Skip to content

Commit

Permalink
docs: fix typo in doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 12, 2024
1 parent bdefd2a commit e1ff251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
set -e
output_file=docs/reference/options.md
options=$(nix build --accept-flake-config --no-pure-eval --extra-experimental-features 'flakes nix-command' --show-trace --print-out-paths --no-link '.#devenv-docs-options')
echo "[comment]: # (DO NOT MODIFY. This file was generated by devenv-generate-doc-options.)" >> $output_file
echo "[comment]: # (DO NOT MODIFY. This file was generated by devenv-generate-doc-options.)" > $output_file
echo "# devenv.nix" >> $output_file
echo >> $output_file
cat $options >> $output_file
Expand Down

0 comments on commit e1ff251

Please sign in to comment.