Loading nixos/doc/manual/release-notes/rl-unstable.xml +12 −0 Original line number Diff line number Diff line Loading @@ -23,5 +23,17 @@ <command>wmii-hg</command> package. </para></listitem> </itemizedlist> <listitem><para>Gitit! Is no longer automatically added to the module list in NixOS and as such there will not be any manual entries for it. You will need to add an import statement to your nixos configuration in order to use it. As an example adding: <programlisting><![CDATA[ { imports = [ <nixos/modules/services/misc/gitit.nix> ]; } ]]> </programlisting> Will include the gitit service configuration options. </para> </section> nixos/modules/module-list.nix +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ ./services/misc/etcd.nix ./services/misc/felix.nix ./services/misc/folding-at-home.nix ./services/misc/gitit.nix #./services/misc/gitit.nix ./services/misc/gitlab.nix ./services/misc/gitolite.nix ./services/misc/gpsd.nix Loading Loading
nixos/doc/manual/release-notes/rl-unstable.xml +12 −0 Original line number Diff line number Diff line Loading @@ -23,5 +23,17 @@ <command>wmii-hg</command> package. </para></listitem> </itemizedlist> <listitem><para>Gitit! Is no longer automatically added to the module list in NixOS and as such there will not be any manual entries for it. You will need to add an import statement to your nixos configuration in order to use it. As an example adding: <programlisting><![CDATA[ { imports = [ <nixos/modules/services/misc/gitit.nix> ]; } ]]> </programlisting> Will include the gitit service configuration options. </para> </section>
nixos/modules/module-list.nix +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ ./services/misc/etcd.nix ./services/misc/felix.nix ./services/misc/folding-at-home.nix ./services/misc/gitit.nix #./services/misc/gitit.nix ./services/misc/gitlab.nix ./services/misc/gitolite.nix ./services/misc/gpsd.nix Loading