diff --git a/default.nix b/default.nix index 4ee2084..08ba9bd 100644 --- a/default.nix +++ b/default.nix @@ -15,7 +15,7 @@ let }; in derivation { - name = "cours-arkea"; + name = "cours-cesi-git"; builder = "${bash}/bin/bash"; args = [ ./build.sh ]; inherit asciidoctor asciidoctor_revealjs coreutils jre graphviz revealjs;