aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/quick-start.xml
AgeCommit message (Collapse)Author
2014-04-08Simplify quick start sectionEelco Dolstra
2013-05-29.bashrc -> .profileEelco Dolstra
2013-04-09Manual: Add a missing step to the build instructionsEelco Dolstra
Reported by Johan Grande.
2012-11-09Use a shorter Nixpkgs channel URLEelco Dolstra
2012-05-11Manual updatesEelco Dolstra
2010-05-02* Don't use smart quotes where normal ASCII quotes are intended.Eelco Dolstra
Actually, don't use quotes at all. (Reported by Howard B. Golden.)
2009-11-05* Various updates.Eelco Dolstra
2009-09-25(no commit message)Eelco Dolstra
2008-06-11* Updated some URLs.Eelco Dolstra
2007-12-04* component -> package.Eelco Dolstra
2006-09-29* Manual.Eelco Dolstra
2006-09-28* Manual updates.Eelco Dolstra
* Documented nix-{pack,unpack}-closure.
2006-08-21* Convert to DocBook 5.Eelco Dolstra
* Use Jing for RelaxNG validation, xmllint seems buggy.
2005-08-01* channels -> channels-v3, catamaran -> nix.cs.uu.nl.Eelco Dolstra
2005-04-08* Lots of manual updates, in particular the new `nix-store --query'Eelco Dolstra
options were documented, as well as the Nix configuration file.
2004-11-14* Manual fixes.Eelco Dolstra
2004-10-14* Split overview chapter into a chapter on package management and aEelco Dolstra
chapter on writing Nix expressions.
2004-10-13* Updated the quick start section. Use channels instead ofEelco Dolstra
downloading Nix expressions and calling nix-pull. This is so user-friendly that even a Mac user can do it! :-)
2004-08-25* `nix-collect-garbage' now actually performs a garbage collection, itEelco Dolstra
doesn't just print the set of paths that should be deleted. So there is no more need to pipe the result into `nix-store --delete' (which doesn't even exist anymore).
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-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-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-20* Fixed URL.Eelco Dolstra
2004-01-20* Nix Quick Start guide.Eelco Dolstra