aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index abaa531..fe8faae 100644
--- a/default.nix
+++ b/default.nix
@@ -24,6 +24,7 @@ in rec {
name = "${baseAttrs.name}-docs";
buildPhase = ''
mkdir $out
+ cp ${utils.readmeOrg "dotfiles"} $out/index.html
cp -Lr public/* $out/
'';
});