forked from lix-project/nixos-module
Rename nix-doc to lix-doc here too
Fixes build
This commit is contained in:
parent
8890cba994
commit
3e61e2aa24
|
@ -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