Skip to content

Commit

Permalink
chore(docs): Remove mdbook override
Browse files Browse the repository at this point in the history
The change has been upstreamed in Nixpkgs.
  • Loading branch information
tazjin authored and Vincent Ambo committed Sep 21, 2019
1 parent 227e345 commit 30acc07
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,6 @@
{ fetchFromGitHub, mdbook, runCommand, rustPlatform }:

let
# nixpkgs currently has an old version of mdBook. A new version is
# built here, but eventually the update will be upstreamed
# (nixpkgs#65890)
mdbook = rustPlatform.buildRustPackage rec {
name = "mdbook-${version}";
version = "0.3.1";
doCheck = false;

src = fetchFromGitHub {
owner = "rust-lang-nursery";
repo = "mdBook";
rev = "v${version}";
sha256 = "0py69267jbs6b7zw191hcs011cm1v58jz8mglqx3ajkffdfl3ghw";
};

cargoSha256 = "0qwhc42a86jpvjcaysmfcw8kmwa150lmz01flmlg74g6qnimff5m";
};

nix-1p = fetchFromGitHub {
owner = "tazjin";
repo = "nix-1p";
Expand Down

0 comments on commit 30acc07

Please sign in to comment.