with (import {}); let asciidoctor-revealjs = bundlerApp { pname = "asciidoctor-revealjs"; exes = [ "asciidoctor-revealjs" ]; gemdir = ./.; }; in derivation { name = "kafetech-fai"; builder = "${gnumake}/bin/make"; args = [ "-f" ./Makefile ]; inherit asciidoctor asciidoctor-revealjs; src = ./src; system = builtins.currentSystem; }