This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-01-01 10:34:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cce4fd54d9
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 18:34:58 +00: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-22 23:03:02 +00:00
nixpkgs-manual: init
2024-07-26 18:45:25 +00:00
pkgs
.
nixpkgs-manual
.
override
{
inherit
nixpkgs
;
}
Reference in New Issue
Copy Permalink