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