Skip to content

Commit

Permalink
Merge PR #16283: [default.nix] Put buildDoc back to true and update…
Browse files Browse the repository at this point in the history
… nixpkgs to get Sphinx 4.5.

Reviewed-by: Alizter
Reviewed-by: vbgl
Co-authored-by: Alizter <Alizter@users.noreply.github.com>
  • Loading branch information
coqbot-app[bot] and Alizter committed Jul 9, 2022
2 parents 672b144 + a88e318 commit 7a86c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.nix
Expand Up @@ -24,7 +24,7 @@
{ pkgs ? import ./dev/nixpkgs.nix {}
, ocamlPackages ? pkgs.ocaml-ng.ocamlPackages_4_12
, buildIde ? true
, buildDoc ? false
, buildDoc ? true
, doInstallCheck ? true
, shell ? false
# We don't use lib.inNixShell because that would also apply
Expand Down
4 changes: 2 additions & 2 deletions dev/nixpkgs.nix
@@ -1,4 +1,4 @@
import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/46e3ed49ec36f341c173331dc788115d6836c7ab.tar.gz";
sha256 = "0lr8lry0d3skb287f0wbm46iakr1q7vqqy6y54r9hl2jb3d18z9z";
url = "https://github.com/NixOS/nixpkgs/archive/16de63fcc54e88b9a106a603038dd5dd2feb21eb.tar.gz";
sha256 = "13nw1d09pkxmnn7i6sh1d9p2a88m0jx2n4izvcb39g9cyjfvci3d";
})

0 comments on commit 7a86c76

Please sign in to comment.