forked from lix-project/nixos-module
Merge pull request 'Rename nix-doc to lix-doc here too' (#14) from k900/nixos-module:main into main
Reviewed-on: lix-project/nixos-module#14
This commit is contained in:
commit
061640f9b2
|
@ -16,7 +16,7 @@ let
|
||||||
);
|
);
|
||||||
|
|
||||||
# Internal nix-doc used by Lix.
|
# Internal nix-doc used by Lix.
|
||||||
lix-doc = final.callPackage (lix + "/nix-doc/package.nix") { };
|
lix-doc = final.callPackage (lix + "/lix-doc/package.nix") { };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixVersions = prev.nixVersions // rec {
|
nixVersions = prev.nixVersions // rec {
|
||||||
|
|
Loading…
Reference in a new issue