This website requires JavaScript.
Explore
Help
Sign in
movefasta
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-06-12 12:45:27 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c5dad2886a
nixpkgs
/
doc
/
default.nix
7 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
doc: extract nixpkgs-manual into its own package Also, use `finalAttrs` style and pass through all the helper derivations.
2024-07-26 11:34:58 -07:00
{
pkgs
?
(
import
./..
{
}
)
,
nixpkgs
?
{
}
,
}
:
doc: pull option docs out of doc-support this leaves doc-support as a simple wrapper around function docs. this wrapper will go away very soon as well.
2023-06-23 01:03:02 +02:00
nixpkgs-manual: init
2024-07-26 11:45:25 -07:00
pkgs
.
nixpkgs-manual
.
override
{
inherit
nixpkgs
;
}
Reference in a new issue
Copy permalink