summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 7e7098a..ad6e897 100644
--- a/default.nix
+++ b/default.nix
@@ -28,7 +28,7 @@ let
};
webpage = { line-awesome, line-awesome-css ? lineAwesomeCSS
- , source ? builtins.toFile "index.html" (make ./index.html.nix { })
+ , source ? builtins.toFile "index.html" (make ./html { })
, files ? data.files,
icon ? ./static/icon.png }:
pkgs.runCommand "webpage" { } ''