(nginx) add projet-fin-etude slides and report

This commit is contained in:
Laureηt 2023-08-29 20:17:59 +02:00
parent de0fac9aac
commit 3dd24a8829
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 14 additions and 0 deletions

View file

@ -34,6 +34,9 @@
"/projet-oral-anglais/" = # #
import ./projet-oral-anglais.nix pkgs;
"/projet-fin-etude/" = # #
import ./projet-fin-etude.nix pkgs;
} // {
"/TP-calcul-parallele/" = # #

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
let
pages = pkgs.fetchgit {
url = "https://git.fainsin.bzh/ENSEEIHT/projet-fin-etude-rapport";
rev = "193636d2f49e3b190606f1f8f70a9ebe29c7630e"; # pages
sha256 = "sha256-rLeX7M/oHK0p/OkkeqjWLAWF0tOMs8lJNC9EsRA7VF4=";
};
in {
alias = "${pages}/";
index = "index.html";
}