2004-09-09 17:55:31 +02:00
|
|
|
<appendix><title>Bugs / To-Do</title>
|
2003-08-13 11:13:52 +02:00
|
|
|
|
2004-09-09 17:55:31 +02:00
|
|
|
<itemizedlist>
|
2003-08-13 11:13:52 +02:00
|
|
|
|
2004-02-10 12:51:16 +01:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
The man-pages generated from the DocBook documentation are ugly.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
|
2004-02-10 17:14:47 +01:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Generations properly form a tree. E.g., if after switching to
|
|
|
|
generation 39, we perform an installation action, a generation
|
|
|
|
43 is created which is a descendant of 39, not 42. So a
|
|
|
|
rollback from 43 ought to go back to 39. This is not
|
|
|
|
currently implemented; generations form a linear sequence.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
|
2003-08-13 12:45:01 +02:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2003-11-26 13:30:16 +01:00
|
|
|
<emphasis>Build management.</emphasis> In principle it is already
|
|
|
|
possible to do build management using Nix (by writing builders that
|
|
|
|
perform appropriate build steps), but the Nix expression language is
|
|
|
|
not yet powerful enough to make this pleasant (?). The language should
|
|
|
|
be extended with features from the <ulink
|
|
|
|
url='http://www.cs.uu.nl/~eelco/maak/'>Maak build manager</ulink>.
|
|
|
|
Another interesting idea is to write a <command>make</command>
|
|
|
|
implementation that uses Nix as a back-end to support <ulink
|
|
|
|
url='http://www.research.att.com/~bs/bs_faq.html#legacy'>legacy</ulink>
|
|
|
|
build files.
|
2003-08-13 12:45:01 +02:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
|
2004-09-09 17:55:31 +02:00
|
|
|
<listitem><para>For security, <command>nix-push</command> manifests
|
|
|
|
should be digitally signed, and <command>nix-pull</command> should
|
|
|
|
verify the signatures. The actual NAR archives in the cache do not
|
|
|
|
need to be signed, since the manifest contains cryptographic hashes of
|
|
|
|
these files (and <filename>fetchurl.nix</filename> checks
|
|
|
|
them).</para></listitem>
|
|
|
|
|
2004-11-01 17:03:35 +01:00
|
|
|
<listitem><para>It would be useful to have an option in
|
|
|
|
<command>nix-env --delete-generations</command> to remove non-current
|
|
|
|
generations older than a certain age.</para></listitem>
|
|
|
|
|
2004-09-09 17:55:31 +02:00
|
|
|
</itemizedlist>
|
2003-08-13 11:13:52 +02:00
|
|
|
|
|
|
|
</appendix>
|