aboutsummaryrefslogtreecommitdiff
path: root/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: add -L to remaining curl install commandslf-2020-09-111-1/+1
|
* Fix local path to release notes in error messageThomas Tuegel2018-10-081-1/+1
| | | | | The error message when produced when Nix is too old refers the user to a local copy of the NixOS release notes, but the provided path is incorrect.
* Reference a local copy of the release notes in the 'version too old' ↵Graham Christensen2018-08-301-1/+4
| | | | warning, plus a redirect to the support links
* Reference release notes in the 'version too old' warningGraham Christensen2018-08-301-0/+3
|
* Update message to reflect nix 2.0 availability of imperative nix-update (#36123)leenaars2018-06-251-1/+4
|
* default.nix: Provide correct instructions how to upgrade NixTuomas Tynkkynen2017-03-181-1/+11
| | | | Supersedes #17631.
* Separate fix-point from config importing hacks and other impuritiesJohn Ericson2016-07-141-1/+1
|
* Extract the top-level logic out of all-packages.nix into ↵Nicolas B. Pierron2016-03-201-1/+1
| | | | pkgs/top-level/default.nix
* Expose minimum required Nix version.Rommel M. Martinez2015-11-261-1/+1
|
* Bump minimum required Nix versionEelco Dolstra2015-10-151-2/+4
| | | | Issue #10337.
* if we abort with too old Nix, hint docsDomen Kožar2015-01-211-1/+1
|
* Revert "Revert "mkOverridable: Use functors to allow overridable functions""Shea Levy2015-01-131-2/+2
| | | | | | | Original commit was reverted due to using features from a newer nix than hydra had, hydra has since been updated This reverts commit 07e726c85c8f36d3a27fb7254f09ac69c7b94c65.
* Revert "mkOverridable: Use functors to allow overridable functions"Rob Vermaas2015-01-131-2/+2
| | | | This reverts commit 4ee556cfe9528a321f4a3746ca83f97feacf500e.
* mkOverridable: Use functors to allow overridable functionsShea Levy2015-01-091-2/+2
|
* require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted ↵Domen Kožar2014-09-041-2/+2
| | | | attribute sets
* Explicitly require Nix 1.6Eelco Dolstra2014-03-171-1/+7
| | | | | People using Nix < 1.6 previously got an unhelpful "infinite recursion" error.
* * For convenience, provide a top-level Nix expression that simplyEelco Dolstra2007-04-261-0/+1
imports all-packages.nix. svn path=/nixpkgs/trunk/; revision=8610