about summary refs log tree commit diff
path: root/nixos/lib/eval-config.nix
Commit message (Expand)AuthorAge
* nixos: Expose lib attribute on configuration for replRobert Hensing2024-01-15
* nixos/eval-config.nix: Rename arg nixosSystem -> configurationRobert Hensing2023-10-10
* nixos/eval-config.nix: Rename let withExtraArgs -> withExtraAttrsRobert Hensing2023-10-10
* eval-config.nix: set nixpkgs.pkgs instead of _module.args.pkgsK9002023-10-08
* nixos: make extendModules retain pkgs on nixos configsr-vdp2023-07-28
* treewide: use lib.optional instead of 'then []'Felix Buehler2023-07-12
* nixos/eval-config: Remove statically known mkIfRobert Hensing2023-05-10
* nixos/lib/eval-config: Document the use of baseModulesRobert Hensing2022-09-24
* nixos/eval-config: Allow system to be set modularly when arg is nullRobert Hensing2022-07-10
* nixos: remove effect-less nixpgks.initialSystemDavid Arnold2022-05-26
* nixos: move default module location logic to `eval-config.nix`Naïm Favier2022-01-27
* Merge pull request #153211 from hercules-ci/minimal-nixosRobert Hensing2022-01-20
|\
| * nixos/lib: Clarify that nixos.evalModules impl is NOT experimentalRobert Hensing2022-01-10
| * nixos/eval-config: Layer on top of nixos/eval-config-minimalRobert Hensing2022-01-10
* | nixos/lib/eval-config.nix: Return all of evalModules return attrsRobert Hensing2021-12-17
* | nixos/default.nix: Use extendModulesRobert Hensing2021-12-17
|/
* lib/nixos/eval-config.nix: Fix extraArgsSilvan Mosberger2021-12-10
* nixos/eval-config: Deprecate extraArgs and check parametersRobert Hensing2021-12-02
* nixos/eval-config: Remove a recRobert Hensing2021-12-02
* nixos/eval-config: Avoid evalModules args and check parametersRobert Hensing2021-12-02
* nixos/specialisation: Rephrase in terms of extendModules, noUserModulesRobert Hensing2021-11-01
* Revert "nixos/specialisation: Rephrase in terms of extendModules, noUserModules"Robert Hensing2021-11-01
* nixos/specialisation: Rephrase in terms of extendModules, noUserModulesRobert Hensing2021-11-01
* nixos/eval-config.nix: Expose typeRobert Hensing2021-11-01
* Merge pull request #51850 from roberth/nixos-pureSilvan Mosberger2020-08-24
|\
| * nixos/lib/eval-config.nix: Add extraModules parameter for opt-in purityRobert Hensing2018-12-10
* | nixos: Fix pkgs exportingSilvan Mosberger2020-03-19
* | nixos/activation: use eval-config's system argument for nestingAndrew Childs2020-03-05
* | nixos: doc: optionally include all modules in manual generationArian van Putten2019-03-05
|/
* Merge pull request #49401 from aherrmann/stringify-modules-pathEelco Dolstra2018-10-29
|\
| * nixos/lib/eval-config.nix: toString modulesPathAndreas Herrmann2018-10-29
| * Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra2016-03-01
| * Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel2016-02-29
* | Merge pull request #46341 from obsidiansystems/fix-46320Graham Christensen2018-09-08
|\ \
| * | nixpkgs module: Fix defaulting of `localSystem` and `system`John Ericson2018-09-07
* | | treewide: Remove uses of builtins.toPath.Shea Levy2018-05-22
|/ /
* | nixpkgs module: Clean up platform optionsJohn Ericson2018-04-06
* | eval-config.nix: configuration->configuration.nixChris Martin2017-01-04
|/
* nixos: move left-behind allowUnfree commentTobias Geerinckx-Rice2015-09-03
* Update option-usages.nix expression to work with newer version of the module ...Nicolas B. Pierron2015-08-09
* Bring an importable modulesPath back from the dead, in the only way I knowDan Peebles2015-06-08
* Document and rename internal option of modules.Nicolas B. Pierron2015-03-15
* Move most extra args out of eval-config.nixShea Levy2015-03-12
* Add comments about the module system interfaceShea Levy2015-03-12
* evalModules: Add internal option for the check argumentShea Levy2015-03-12
* nixos: Don't evaluate twice to get the value of config.nixpkgsShea Levy2015-03-12
* nixos: allow adding extra modules through environmentMathijs Kwik2014-12-16
* no-x-libs.nix: Disable su xauth forwarding, and X11 dependency in dbusEelco Dolstra2014-04-16
* Disable allowUnfree by defaultEelco Dolstra2014-04-09
* Add support for lightweight NixOS containersEelco Dolstra2013-11-27