This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
MirrorHub
/
nixpkgs
Watch
0
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-15 14:26:33 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
05bece4962
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 20:34:58 +02: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 20:45:25 +02:00
pkgs
.
nixpkgs-manual
.
override
{
inherit
nixpkgs
;
}
Reference in a new issue
Copy permalink