commit initial

master
Yves Dubromelle 6 years ago
commit ad3d250e65

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

@ -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;
}
Loading…
Cancel
Save