2023-12-15 15:18:36 +00:00
|
|
|
{pkgs, ...}: let
|
2023-08-29 18:17:59 +00:00
|
|
|
pages = pkgs.fetchgit {
|
|
|
|
url = "https://git.fainsin.bzh/ENSEEIHT/projet-fin-etude-rapport";
|
2023-09-06 21:00:48 +00:00
|
|
|
rev = "32fe5c7ec6d67241951fdaf001e3da1c41b29dcf"; # pages
|
|
|
|
sha256 = "sha256-pOu0lohJ1Yqg/a5hqnNTePTrU8t5By5AbhUAJfL5MBg=";
|
2023-08-29 18:17:59 +00:00
|
|
|
};
|
|
|
|
in {
|
|
|
|
alias = "${pages}/";
|
|
|
|
index = "index.html";
|
2023-09-04 15:11:39 +00:00
|
|
|
tryFiles = "$uri $uri/ /projet-fin-etude/index.html";
|
2023-08-29 18:17:59 +00:00
|
|
|
}
|