summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-12 11:41:51 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-12 11:41:51 +0100
commitdbf48a4665a66dd37150f3886026ecd9bd82967f (patch)
tree65bc5167f7c71952cf2ce4072197f6e23e81f98b /default.nix
parent056ee77ab2ed3cf488ac9b1b8ac82664948a42a3 (diff)
restructure directories
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" { } ''