mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-22 14:01:41 +03:00
refactor: move docs cli nix expression
This commit is contained in:
parent
788ff08638
commit
52f7dd7b51
@ -148,7 +148,7 @@
|
||||
|
||||
docsCli = forAllSystems (
|
||||
system: pkgs:
|
||||
pkgs.callPackage ./src/docs-cli.nix {
|
||||
pkgs.callPackage ./src/apps/docs {
|
||||
dream2nixDocsSrc = "${self}/docs/src";
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user