Skip to content

Commit

Permalink
fix docs, add docs build to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Jul 19, 2023
1 parent 72b8653 commit 6b5c2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
'';

updateVersions = ''
nix build .#docs
if [[ -z ''${hix_release_skip_test-} ]]
then
nix run .#test
Expand Down
2 changes: 1 addition & 1 deletion modules/ghc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ with lib;
gen-overrides = mkOption {
description = mdDoc ''
Allow this GHC to use pregenerated overrides.
Has no effect when [](#opt-general-gen-overrides) is disabled.
Has no effect when [](#opt-general-gen-overrides.enable) is `false`.
Disabled by default, but enabled for GHCs that are defined in an environment.
'';
Expand Down

0 comments on commit 6b5c2e5

Please sign in to comment.