summaryrefslogtreecommitdiffstats
path: root/nixos/default.nix
AgeCommit message (Collapse)Author
2018-02-09nixos: export packages of the current configuration (its `pkgs` argument)Jan Malakhovski
Allows one to access a package configured with overrides given in `nixpkgs.config`, e.g.: nix-build ./nixos/default.nix -A pkgs.ffmpeg
2017-03-06Remove nixFallbackEelco Dolstra
This causes unintended schema upgrades, and is no longer needed now that we have nixos/modules/installer/tools/nix-fallback-paths.nix.
2016-04-18nix: Add a "dev" outputEelco Dolstra
This gets rid of boehm-dev in the closure (as well as Nix's own headers).
2016-03-01Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra
This reverts commit cad8957eabcbf73062226d28366fd446c15c8737. It breaks NixOps, but more importantly, such major changes to the module system really need to be reviewed.
2016-02-29Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel
- Enforce that an option declaration has a "defaultText" if and only if the type of the option derives from "package", "packageSet" or "nixpkgsConfig" and if a "default" attribute is defined. - Enforce that the value of the "example" attribute is wrapped with "literalExample" if the type of the option derives from "package", "packageSet" or "nixpkgsConfig". - Warn if a "defaultText" is defined in an option declaration if the type of the option does not derive from "package", "packageSet" or "nixpkgsConfig". - Warn if no "type" is defined in an option declaration.
2016-02-27Revert "Add a way to pin a NixOS version within the module system."Eelco Dolstra
This reverts commit a5992ad61b314104aff7e28a41ce101a1b0e7c35. Motivation: https://github.com/NixOS/nixpkgs/commit/a5992ad61b314104aff7e28a41ce101a1b0e7c35#commitcomment-14986820
2015-11-19Add a way to pin a NixOS version within the module system.Nicolas B. Pierron
This modification add a way to re-evaluate the module system with a different version of NixOS, or with a different set of arguments.
2013-10-28Fix nixos-optionEelco Dolstra
In particular, it no longer produces an "infinite recursion" error when run with no arguments.
2013-10-10Update the release expressions and the channel generatorsEelco Dolstra
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra