refactor: move docs cli nix expression

This commit is contained in:
Yusuf Bera Ertan 2022-06-22 21:13:27 +03:00
parent 788ff08638
commit 52f7dd7b51
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
docsCli = forAllSystems (
system: pkgs:
pkgs.callPackage ./src/docs-cli.nix {
pkgs.callPackage ./src/apps/docs {
dream2nixDocsSrc = "${self}/docs/src";
}
);