aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/release-notes
AgeCommit message (Collapse)Author
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
Implement floats
2016-01-31Use the daemon when we don't have write access to the Nix databaseEelco Dolstra
2016-01-19GrmblEelco Dolstra
2016-01-18Update release notesEelco Dolstra
2016-01-06Update documentation for floats.Christian Theune
2016-01-04Use sensible date formatEelco Dolstra
2016-01-04Update release notesEelco Dolstra
2015-11-25Merge branch 'p/sandbox-rename-minimal' of https://github.com/vcunat/nixEelco Dolstra
2015-11-23Fixed typo.Rommel M. Martinez
2015-11-10rename `chroot` to `sandbox` (fixes #656, close #682)Vladimír Čunát
- rename options but leav old names as lower-priority aliases, also "-dirs" -> "-paths" to get closer to the meaning - update docs to reflect the new names (old aliases are not documented), including a new file with release notes - tests need an update after corresponding changes to nixpkgs - __noChroot is left as it is (after discussion on the PR)
2015-09-03Release notesEelco Dolstra
2015-08-05Fix exampleEelco Dolstra
2015-06-12TyposEelco Dolstra
2015-06-12Update release notesEelco Dolstra
2015-06-01TypoEelco Dolstra
2015-06-01Nix 1.9 release notesEelco Dolstra
2014-12-16Belatedly add contributorsEelco Dolstra
2014-12-14GrmblEelco Dolstra
2014-12-09Use https://cache.nixos.org instead of http://cache.nixos.orgEelco Dolstra
2014-10-29Update release notesEelco Dolstra
2014-10-03nix-env: Add regular expression support in selectorsEelco Dolstra
So you can now do things like: $ nix-env -qa '.*zip.*' $ nix-env -qa '.*(firefox|chromium).*'
2014-09-16Release notes: Use a section per versionEelco Dolstra
2014-09-16Nicer file names for the release notesEelco Dolstra
2014-09-16Merge branch 'master' of github.com:thatdocslady/nixEelco Dolstra
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml
2014-08-27Restructuring the Nix manualMikey Ariel