feat: its a bodge but we should be able to use git commands in the build script now
This commit is contained in:
parent
45ca889725
commit
00c08c4b1b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
name = "skynet-wiki";
|
||||
src = self;
|
||||
buildInputs = packages;
|
||||
buildPhase = "mkdocs build";
|
||||
buildPhase = "mv _git .git && mkdocs build";
|
||||
installPhase = "mkdir -p $out; cp -R site/* $out;";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue