about summary refs log tree commit diff
path: root/nixos/modules/misc/nixpkgs.nix
Commit message (Expand)AuthorAge
* nixos/nixpkgs.nix: use less confusing example systemsAlyssa Ross2023-10-25
* Merge pull request #257458 from K900/die-nixpkgs-config-dieK9002023-10-01
|\
| * nixos/nixpkgs: assert that nixpkgs.config is not set when pkgs is passed in e...K9002023-09-26
* | nixos/nixpkgs: Rewrite overlays option docsSilvan Mosberger2023-09-28
|/
* nixos/nixpkgs: Don't check when _module.args.pkgs is setRobert Hensing2023-06-16
* nixos/nixpkgs: Make default Nixpkgs lazy when overriddenRobert Hensing2023-06-16
* nixos/nixpkgs: Use types.pkgsRobert Hensing2023-05-10
* nixos/nixpkgs: remove unused bindingfigsoda2022-11-30
* nixos/misc: fix grammar typoBrian Cooper2022-11-16
* nixos/nixpkgs.nix: Fix assertion when nixpkgs.pkgs is setRobert Hensing2022-10-27
* nixos/nixpkgs: Only error when nixpkgs options are actually usedRobert Hensing2022-10-20
* nixos: Fix cross compilation of derivations defined in NixOS via pkgsChristian Kögler2022-09-11
* nixos/*: convert options with listingspennae2022-08-31
* nixos/*: automatically convert option docspennae2022-08-19
* nixos/*: automatically convert option docspennae2022-08-06
* nixos/*: replace <code> in option docs with <literal>pennae2022-08-03
* nixos/nixpkgs.nix: Recommend hostPlatform instead of systemRobert Hensing2022-07-10
* nixos/nixpkgs.nix: Ignore the default system in checkRobert Hensing2022-06-25
* nixos: Add simplified nixpkgs.{hostSystem,buildSystem}Robert Hensing2022-06-21
* nixos: remove effect-less nixpgks.initialSystemDavid Arnold2022-05-26
* Revert "flake.nix: Set nixpkgs.config.path"Robert Hensing2022-01-27
* flake.nix: Set nixpkgs.config.pathRobert Hensing2022-01-22
* nixos/nixpkgs.nix: Make independentRobert Hensing2022-01-10
* nixos/documentation: split options doc buildpennae2022-01-02
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
* treewide: fold -> foldrBen Siraphob2021-01-26
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
* nixos/nixpkgs.nix: Correct crossSystem default literalRobert Hensing2020-08-26
* nixos/nixpkgs.nix: Allow just using config in system (#80818)Matthew Bauer2020-03-21
* nixos/activation: use eval-config's system argument for nestingAndrew Childs2020-03-05
* nixos/misc: Fix nixpkgs.config merge functionSilvan Mosberger2019-08-10
* Remove default value for nixpkgs.systemEelco Dolstra2019-06-19
* nixos/misc/nixpkgs: fixed syntax error in overlays exampleAndreas Rammhold2019-05-04
* Revert "nixos/modules/misc/nixpkgs.nix: Use pure Nixpkgs function"Robert Hensing2019-01-15
* NixOS: update config.nixpkgs.pkgs documentationRobert Hensing2018-11-10
* nixos/../nixpkgs.nix: Add assertions to check pkgs' systemRobert Hensing2018-11-04
* Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-ov...Robert Hensing2018-11-04
|\
| * treewide: remove pkgs_i686Matthew Bauer2018-11-03
* | nixpkgs.overlays: Add note about nixpkgs.pkgs' treatment of other optionsRobert Hensing2018-10-28
* | nixos/modules/misc/nixpkgs.nix: Use pure Nixpkgs functionRobert Hensing2018-10-28
* | NixOS: nixpkgs.pkgs: Append overlays when specifiedRobert Hensing2018-10-27
|/
* nixpkgs module: Fix defaulting of `localSystem` and `system`John Ericson2018-09-07
* Revert "nixpkgs module: Fix defaulting of `localSystem` and `system`"Matthew Bauer2018-05-31
* nixpkgs module: Fix defaulting of `localSystem` and `system`John Ericson2018-05-17
* lib/debug: fix use-sites of deprecated debug functionsProfpatsch2018-04-27
* nixpkgs module: Clean up platform optionsJohn Ericson2018-04-06
* nixos: Add nixpkgs.crossSystem option for cross-compilationShea Levy2018-03-01
* nixpkgs module: update config exampleFranz Pletz2018-02-23
* Merge pull request #33700 from roberth/nixos-externalpkgsFranz Pletz2018-02-09
|\
| * nixos: Add nixpkgs.pkgs optionRobert Hensing2018-01-30