aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2004-04-26* Only add `-preRELEASE' to the version if STABLE != 1.Eelco Dolstra
* Documented release procedures.
2004-04-08* Documented the primops.Eelco Dolstra
2004-04-08* EBNF grammar for the Nix expression language.Eelco Dolstra
2004-02-10* Lots of manual stuff. Reference pages for most Nix commands.Eelco Dolstra
* nix-pull now requires the full url to the manifest, i.e., `/MANIFEST/' is no longer automatically appended. * nix-prefetch-url works again.
2004-02-10* Documented the most important nix-env flags.Eelco Dolstra
2004-02-06* Improvements to profiles. Generations are now per-profile, e.g.,Eelco Dolstra
default -> default-94-link default-82-link -> /nix/store/cc4480... default-83-link -> /nix/store/caeec8... ... default-94-link -> /nix/store/2896ca... experimental -> experimental-2-link experimental-1-link -> /nix/store/cc4480... experimental-2-link -> /nix/store/a3148f... * `--profile' / `-p' -> `--switch-profile' / `-S' * `--link' / `-l' -> `--profile' / `-p' * The default profile is stored in $prefix/var/nix/profiles. $prefix/var/nix/links is gone. Profiles can be stored anywhere. * The current profile is now referenced from ~/.nix-profile, not ~/.nix-userenv. * The roots to the garbage collector now have extension `.gcroot', not `.id'.
2004-02-02* Sort `nix-env -q' output by derivation name.Eelco Dolstra
* `--version' flag for all commands. * Manual updates.
2004-01-30* Detect flex and bison; updated the manual.Eelco Dolstra
2004-01-22* Typos.Eelco Dolstra
2004-01-22* Added a note about adding /nix/etc/profile.d/nix.sh to the profile.Eelco Dolstra
2004-01-22Typos and url losser -> catamaranMartin Bravenboer
2004-01-20* Fixed URL.Eelco Dolstra
2004-01-20* Nix Quick Start guide.Eelco Dolstra
2004-01-20* Manual updates.Eelco Dolstra
* Updated the README. Now it just refers to the manual.
2004-01-13* Option `-B' to always show the output of builders, regardless ofEelco Dolstra
verbosity level.
2004-01-09* Option `--force-realise' in `nix-store --query'.Eelco Dolstra
2004-01-08* Start of nix-env reference.Eelco Dolstra
* Some CSS tweaks.
2004-01-08* Manual updates.Eelco Dolstra
2004-01-08* Include version number in manual.Eelco Dolstra
2004-01-07* Include images/ in distribution.Eelco Dolstra
2004-01-06* book -> manualEelco Dolstra
2004-01-06* Install images.Eelco Dolstra
2003-12-30* RPM spec file.Eelco Dolstra
* Respect DESTDIR variable.
2003-12-21* Oops.Eelco Dolstra
2003-12-21* Man pages in sections.Eelco Dolstra
2003-12-03* Get rid of the icons in warnings etc.Eelco Dolstra
2003-12-02* Epigraph ;-)Eelco Dolstra
2003-12-02* A nice stylesheet for the manual.Eelco Dolstra
2003-12-01* Manual fixes (thanks to Merijn).Eelco Dolstra
2003-11-27* Manual updates.Eelco Dolstra
2003-11-26* Overview of nix-env. Recommended reading. :-)Eelco Dolstra
2003-11-26* Updates.Eelco Dolstra
2003-11-26* Updates.Eelco Dolstra
2003-11-26* Refactoring.Eelco Dolstra
* Convert tabs to spaces.
2003-11-26* Minor fix.Eelco Dolstra
2003-11-26* Configure flags to specify the location of the DocBook DTD / stylesheets.Eelco Dolstra
2003-11-25* Use --nonet flag to prevent fetching of DTD.Eelco Dolstra
2003-11-25* Don't hardcode the path to the DocBook DTD/stylesheets.Eelco Dolstra
2003-08-22* Some work on the introduction.Eelco Dolstra
2003-08-19* Delete the temporary directories of failed builds by default, and anEelco Dolstra
option `--keep-failed' to override this behaviour.
2003-08-14* Use a catalog when calling xsltproc.Eelco Dolstra
2003-08-14* Use xmllint instead of nsgmls to validate the manual.Eelco Dolstra
2003-08-14* Fix man page.Eelco Dolstra
2003-08-13* Manual updates.Eelco Dolstra
2003-08-13* Put the pre-built manual and man pages in the tar distribution.Eelco Dolstra
2003-08-13* Documented the `--query' operation.Eelco Dolstra
2003-08-13* Split the book.xml into several xml files.Eelco Dolstra
2003-08-12* Documented some Nix operations.Eelco Dolstra
2003-08-12* Generate man pages from the manual.Eelco Dolstra
2003-08-07* Started on the introduction.Eelco Dolstra