✨ (hydrogen/nginx) add projet-oral-anglais
This commit is contained in:
parent
bafc772949
commit
5663f01e6d
|
@ -29,6 +29,9 @@
|
||||||
"/projet-oral-japonais/" = # #
|
"/projet-oral-japonais/" = # #
|
||||||
import ./projet-oral-japonais.nix pkgs;
|
import ./projet-oral-japonais.nix pkgs;
|
||||||
|
|
||||||
|
"/projet-oral-anglais/" = # #
|
||||||
|
import ./projet-oral-anglais.nix pkgs;
|
||||||
|
|
||||||
} // {
|
} // {
|
||||||
|
|
||||||
"/TP-calcul-parallele/" = # #
|
"/TP-calcul-parallele/" = # #
|
||||||
|
|
11
hosts/hydrogen/services/nginx/n7/projet-oral-anglais.nix
Normal file
11
hosts/hydrogen/services/nginx/n7/projet-oral-anglais.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
let
|
||||||
|
pages = pkgs.fetchgit {
|
||||||
|
url = "https://git.fainsin.bzh/ENSEEIHT/projet-oral-anglais";
|
||||||
|
rev = "4a4404cefdbda12e7ddfcc36c53a2390e4bfc455"; # pages
|
||||||
|
sha256 = "sha256-ulZOQcF0Rc/1wSG1j17NHq4gxNkGjncI9ebokPf/+w4=";
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
alias = "${pages}/";
|
||||||
|
index = "slides.html";
|
||||||
|
}
|
Loading…
Reference in a new issue