mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
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`!
This commit is contained in:
parent
ab73fe1370
commit
019fd45537
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, nixpkgs ? { }, libsets }:
|
{ pkgs, nixpkgs ? { }, libsets }:
|
||||||
let
|
let
|
||||||
revision = pkgs.lib.trivial.revisionWithDefault (nixpkgs.revision or "master");
|
revision = pkgs.lib.trivial.revisionWithDefault (nixpkgs.rev or "master");
|
||||||
|
|
||||||
libDefPos = prefix: set:
|
libDefPos = prefix: set:
|
||||||
builtins.concatMap
|
builtins.concatMap
|
||||||
|
Loading…
Reference in New Issue
Block a user