flake: cd self
instead of cp cleanSource
for pages
This commit is contained in:
parent
500819862a
commit
cc70082be1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
{
|
{
|
||||||
buildInputs = [ pkgs.python3.pkgs.mkdocs-material ];
|
buildInputs = [ pkgs.python3.pkgs.mkdocs-material ];
|
||||||
} ''
|
} ''
|
||||||
cp -r ${pkgs.lib.cleanSource ./.}/* .
|
cd ${self}
|
||||||
mkdocs build --strict --site-dir $out
|
mkdocs build --strict --site-dir $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue