about summary refs log tree commit diff
path: root/nixos/lib/eval-config.nix
AgeCommit message (Expand)AuthorFilesLines
2024-01-15nixos: Expose lib attribute on configuration for replRobert Hensing1-0/+1
2023-10-10nixos/eval-config.nix: Rename arg nixosSystem -> configurationRobert Hensing1-3/+3
2023-10-10nixos/eval-config.nix: Rename let withExtraArgs -> withExtraAttrsRobert Hensing1-3/+3
2023-10-08eval-config.nix: set nixpkgs.pkgs instead of _module.args.pkgsK9001-5/+3
2023-07-28nixos: make extendModules retain pkgs on nixos configsr-vdp1-4/+6
2023-07-12treewide: use lib.optional instead of 'then []'Felix Buehler1-1/+1
2023-05-10nixos/eval-config: Remove statically known mkIfRobert Hensing1-9/+15
2022-09-24nixos/lib/eval-config: Document the use of baseModulesRobert Hensing1-0/+2
2022-07-10nixos/eval-config: Allow system to be set modularly when arg is nullRobert Hensing1-2/+4
2022-05-26nixos: remove effect-less nixpgks.initialSystemDavid Arnold1-5/+0
2022-01-27nixos: move default module location logic to `eval-config.nix`Naïm Favier1-1/+13
2022-01-20Merge pull request #153211 from hercules-ci/minimal-nixosRobert Hensing1-4/+8
2022-01-10nixos/lib: Clarify that nixos.evalModules impl is NOT experimentalRobert Hensing1-1/+5
2022-01-10nixos/eval-config: Layer on top of nixos/eval-config-minimalRobert Hensing1-4/+4
2021-12-17nixos/lib/eval-config.nix: Return all of evalModules return attrsRobert Hensing1-7/+2
2021-12-17nixos/default.nix: Use extendModulesRobert Hensing1-1/+1
2021-12-10lib/nixos/eval-config.nix: Fix extraArgsSilvan Mosberger1-2/+2
2021-12-02nixos/eval-config: Deprecate extraArgs and check parametersRobert Hensing1-1/+6
2021-12-02nixos/eval-config: Remove a recRobert Hensing1-4/+5
2021-12-02nixos/eval-config: Avoid evalModules args and check parametersRobert Hensing1-11/+27
2021-11-01nixos/specialisation: Rephrase in terms of extendModules, noUserModulesRobert Hensing1-8/+13
2021-11-01Revert "nixos/specialisation: Rephrase in terms of extendModules, noUserModules"Robert Hensing1-13/+8
2021-11-01nixos/specialisation: Rephrase in terms of extendModules, noUserModulesRobert Hensing1-8/+13
2021-11-01nixos/eval-config.nix: Expose typeRobert Hensing1-1/+1
2020-08-24Merge pull request #51850 from roberth/nixos-pureSilvan Mosberger1-2/+2
2020-03-19nixos: Fix pkgs exportingSilvan Mosberger1-2/+2
2020-03-05nixos/activation: use eval-config's system argument for nestingAndrew Childs1-0/+6
2019-03-05nixos: doc: optionally include all modules in manual generationArian van Putten1-2/+2
2018-12-10nixos/lib/eval-config.nix: Add extraModules parameter for opt-in purityRobert Hensing1-2/+2
2018-10-29Merge pull request #49401 from aherrmann/stringify-modules-pathEelco Dolstra1-1/+2
2018-10-29nixos/lib/eval-config.nix: toString modulesPathAndreas Herrmann1-1/+2
2018-09-08Merge pull request #46341 from obsidiansystems/fix-46320Graham Christensen1-1/+5
2018-09-07nixpkgs module: Fix defaulting of `localSystem` and `system`John Ericson1-1/+5
2018-05-22treewide: Remove uses of builtins.toPath.Shea Levy1-1/+1
2018-04-06nixpkgs module: Clean up platform optionsJohn Ericson1-2/+2
2017-01-04eval-config.nix: configuration->configuration.nixChris Martin1-1/+1
2016-03-01Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra1-12/+3
2016-02-29Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel1-3/+12
2015-09-03nixos: move left-behind allowUnfree commentTobias Geerinckx-Rice1-5/+0
2015-08-09Update option-usages.nix expression to work with newer version of the module ...Nicolas B. Pierron1-1/+3
2015-06-08Bring an importable modulesPath back from the dead, in the only way I knowDan Peebles1-0/+1
2015-03-15Document and rename internal option of modules.Nicolas B. Pierron1-2/+2
2015-03-12Move most extra args out of eval-config.nixShea Levy1-17/+3
2015-03-12Add comments about the module system interfaceShea Levy1-5/+17
2015-03-12evalModules: Add internal option for the check argumentShea Levy1-2/+1
2015-03-12nixos: Don't evaluate twice to get the value of config.nixpkgsShea Levy1-20/+15
2014-12-16nixos: allow adding extra modules through environmentMathijs Kwik1-4/+5
2014-04-16no-x-libs.nix: Disable su xauth forwarding, and X11 dependency in dbusEelco Dolstra1-1/+1
2014-04-09Disable allowUnfree by defaultEelco Dolstra1-1/+6
2013-11-27Add support for lightweight NixOS containersEelco Dolstra1-1/+3