Commit 019fd455 authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

doc: Fix the function locations always pointing to master

Instead of revisions as they should. This is (most-likely) caused by a
simple typo, because Hydra is where the revision should come from, but
it doesn't set `.revision` as the attribute, but rather `.rev`!
parent ab73fe13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ pkgs, nixpkgs ? { }, libsets }:
let
  revision = pkgs.lib.trivial.revisionWithDefault (nixpkgs.revision or "master");
  revision = pkgs.lib.trivial.revisionWithDefault (nixpkgs.rev or "master");

  libDefPos = prefix: set:
    builtins.concatMap