commit initial
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
all:
|
||||||
|
${asciidoctor}/bin/asciidoctor -o ${out}/slides.html ${src}/slides.adoc
|
||||||
|
|
||||||
+10
@@ -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
|
||||||
Reference in New Issue
Block a user