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