commit initial

This commit is contained in:
Yves Dubromelle
2019-05-19 18:58:41 +02:00
commit ad3d250e65
3 changed files with 14 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
all:
${asciidoctor}/bin/asciidoctor -o ${out}/slides.html ${src}/slides.adoc

10
default.nix Normal file
View File

@@ -0,0 +1,10 @@
with (import <nixpkgs> {});
derivation {
name = "kafetech-fai";
builder = "${gnumake}/bin/make";
args = [ "-f" ./Makefile ];
inherit asciidoctor;
src = ./src;
system = builtins.currentSystem;
}

1
src/slides.adoc Normal file
View File

@@ -0,0 +1 @@
toto