Skip to content

Commit

Permalink
Merge pull request NixOS#101887 from jonringer/minor-release-notes-ad…
Browse files Browse the repository at this point in the history
…justment

nixos/docs/rl-2009.xml: grafana: description, example agreement
  • Loading branch information
andir committed Oct 28, 2020
2 parents b437b6b + 3963954 commit c127653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/doc/manual/release-notes/rl-2009.xml
Expand Up @@ -728,7 +728,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
It can still be enabled by providing <literal>phantomJsSupport = true</literal> to the package instantiation:
<programlisting>{
services.grafana.package = pkgs.grafana.overrideAttrs (oldAttrs: rec {
phantomJsSupport = false;
phantomJsSupport = true;
});
}</programlisting>
</para>
Expand Down

0 comments on commit c127653

Please sign in to comment.