We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c48293 commit b459cacCopy full SHA for b459cac
1 file changed
default.nix
@@ -27,8 +27,10 @@ pkgs.stdenvNoCC.mkDerivation rec {
27
maven
28
makeWrapper
29
graphviz
30
- (ruby.withPackages (pkgs: with pkgs; [github-pages jekyll-theme-cayman]))
31
- ];
+ ] ++ pkgs.lib.optional buildGitHubPages (ruby.withPackages (pkgs: with pkgs; [
+ github-pages
32
+ jekyll-theme-cayman
33
+ ]));
34
35
mavenRepo = pkgs.stdenv.mkDerivation {
36
pname = "${pname}-mavenRepo";
0 commit comments