aboutsummaryrefslogtreecommitdiff
path: root/default.nix (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-02Apply `nixfmt` on many filesRobert Helgesson1-7/+4
2019-11-16<>: Adding root derivation to evaluateKatharina Fey1-0/+6
2019-04-06home-manager: use `callPackage` where appropriatearcnmx1-4/+3
2019-02-23tests: remove tests attribute from root default.nixRobert Helgesson1-4/+0
2018-12-11tests: add initial test frameworkRobert Helgesson1-0/+4
2018-10-08Fix local path to release notes in error messageThomas Tuegel1-1/+1
2018-08-30Reference a local copy of the release notes in the 'version too old' warning,...Graham Christensen1-1/+4
2018-08-30Reference release notes in the 'version too old' warningGraham Christensen1-0/+3
2018-06-25Update message to reflect nix 2.0 availability of imperative nix-update (#36123)leenaars1-1/+4
2018-02-07allow Home Manager to be used as a NixOS moduleRobert Helgesson1-0/+2
2017-11-29home-manager: use `shellHook` to installRobert Helgesson1-5/+3
2017-11-20home-manager: avoid unnecessary copyRobert Helgesson1-1/+1
2017-10-24home-manager: point <home-manager> to project rootRobert Helgesson1-2/+14
2017-03-18default.nix: Provide correct instructions how to upgrade NixTuomas Tynkkynen1-1/+11
2017-01-14Initial importRobert Helgesson1-0/+2
2016-07-14Separate fix-point from config importing hacks and other impuritiesJohn Ericson1-1/+1
2016-03-20Extract the top-level logic out of all-packages.nix into pkgs/top-level/defau...Nicolas B. Pierron1-1/+1
2015-11-26Expose minimum required Nix version.Rommel M. Martinez1-1/+1
2015-10-15Bump minimum required Nix versionEelco Dolstra1-2/+4
2015-01-21if we abort with too old Nix, hint docsDomen Kožar1-1/+1
2015-01-13Revert "Revert "mkOverridable: Use functors to allow overridable functions""Shea Levy1-2/+2
2015-01-13Revert "mkOverridable: Use functors to allow overridable functions"Rob Vermaas1-2/+2
2015-01-09mkOverridable: Use functors to allow overridable functionsShea Levy1-2/+2
2014-09-04require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted at...Domen Kožar1-2/+2
2014-03-17Explicitly require Nix 1.6Eelco Dolstra1-1/+7
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-44/+0
2013-09-03Remove reference to non-existant config.testsEelco Dolstra1-2/+0
2013-01-28Parameterise the path to nixpkgs.Rickard Nilsson1-3/+4
2012-12-08Use the binary cache in the installerEelco Dolstra1-1/+0
2012-07-21Revert "allow out-of-tree nixos modules"Mathijs Kwik1-6/+3
2012-07-21allow out-of-tree nixos modulesMathijs Kwik1-3/+6
2012-03-02* Remove the use of the NIXPKGS and NIXOS environment variables.Eelco Dolstra1-1/+1
2011-09-14strip trailing whitespace; no functional changePeter Simons1-2/+2
2010-09-13* Added a command `nixos-rebuild build-vm-with-bootloader'. This isEelco Dolstra1-1/+14
2009-11-06* Support a `system' argument for if you want to do hacky things likeEelco Dolstra1-1/+6
2009-09-04* system.build.system -> system.build.toplevel, since the former nameEelco Dolstra1-1/+1
2009-08-27* lib/eval-config.nix: combined "configuration" and "extraModules"Eelco Dolstra1-3/+2
2009-08-19inherit eval to access option declarations from outside programs.Nicolas Pierron1-4/+4
2009-08-11* New nixos-rebuild action: "nixos-rebuild build-vm" builds a virtualEelco Dolstra1-0/+7
2009-06-15* Don't try to run fsck on ISO-9660/UDF filesystems.Eelco Dolstra1-0/+2
2009-06-05* Removed redundant import (Nicolas Pierron).Eelco Dolstra1-1/+1
2009-06-05* Make eval-config.nix a bit more general to make it easier to buildEelco Dolstra1-17/+6
2009-05-27* Refactoring: moved some options out of system/options.nix (almostEelco Dolstra1-4/+2
2009-05-27* Move the config evaluation into a separate expression so that it canEelco Dolstra1-20/+5
2009-05-27* Move the list of modules into a separate file. This file could beEelco Dolstra1-2/+0
2009-05-27svn path=/nixos/branches/modular-nixos/; revision=15742Eelco Dolstra1-1/+5
2009-05-27* Turn the top-level derivation of a NixOS configuration ("system")Eelco Dolstra1-17/+29
2009-05-27* Make modules/system/boot/stage-1.nix a proper module that exportsEelco Dolstra1-15/+0
2009-05-25* Move the definition of the set of system packages toEelco Dolstra1-2/+3
2009-05-20svn path=/nixos/branches/modular-nixos/; revision=15670Eelco Dolstra1-1/+3