commit initial
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;
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
toto
|
Loading…
Reference in New Issue