formatage
This commit is contained in:
19
default.nix
19
default.nix
@@ -1,17 +1,16 @@
|
|||||||
with (import <nixpkgs> {});
|
with (import <nixpkgs> {});
|
||||||
let asciidoctor_revealjs = bundlerApp {
|
let
|
||||||
pname = "asciidoctor-revealjs";
|
asciidoctor_revealjs = bundlerApp {
|
||||||
exes = [ "asciidoctor-revealjs" ];
|
pname = "asciidoctor-revealjs";
|
||||||
|
exes = [ "asciidoctor-revealjs" ];
|
||||||
|
inherit ruby;
|
||||||
|
gemdir = ./.;
|
||||||
|
};
|
||||||
|
|
||||||
inherit ruby;
|
in derivation {
|
||||||
gemdir = ./.;
|
|
||||||
};
|
|
||||||
|
|
||||||
in
|
|
||||||
derivation {
|
|
||||||
name = "kafetech-fai";
|
name = "kafetech-fai";
|
||||||
builder = "${bash}/bin/bash";
|
builder = "${bash}/bin/bash";
|
||||||
args = [ "-f" ./build.sh ];
|
args = [ ./build.sh ];
|
||||||
inherit asciidoctor asciidoctor_revealjs coreutils jre graphviz;
|
inherit asciidoctor asciidoctor_revealjs coreutils jre graphviz;
|
||||||
src = ./src;
|
src = ./src;
|
||||||
system = builtins.currentSystem;
|
system = builtins.currentSystem;
|
||||||
|
|||||||
Reference in New Issue
Block a user