about summary refs log tree commit diff
path: root/nixos/modules/misc/nixpkgs.nix
AgeCommit message (Expand)AuthorFilesLines
2023-10-25nixos/nixpkgs.nix: use less confusing example systemsAlyssa Ross1-4/+4
2023-10-01Merge pull request #257458 from K900/die-nixpkgs-config-dieK9001-0/+10
2023-09-28nixos/nixpkgs: Rewrite overlays option docsSilvan Mosberger1-10/+6
2023-09-26nixos/nixpkgs: assert that nixpkgs.config is not set when pkgs is passed in e...K9001-0/+10
2023-06-16nixos/nixpkgs: Don't check when _module.args.pkgs is setRobert Hensing1-6/+11
2023-06-16nixos/nixpkgs: Make default Nixpkgs lazy when overriddenRobert Hensing1-1/+9
2023-05-10nixos/nixpkgs: Use types.pkgsRobert Hensing1-3/+3
2022-11-30nixos/nixpkgs: remove unused bindingfigsoda1-7/+2
2022-11-16nixos/misc: fix grammar typoBrian Cooper1-1/+1
2022-10-27nixos/nixpkgs.nix: Fix assertion when nixpkgs.pkgs is setRobert Hensing1-1/+1
2022-10-20nixos/nixpkgs: Only error when nixpkgs options are actually usedRobert Hensing1-1/+6
2022-09-11nixos: Fix cross compilation of derivations defined in NixOS via pkgsChristian Kögler1-1/+1
2022-08-31nixos/*: convert options with listingspennae1-9/+9
2022-08-19nixos/*: automatically convert option docspennae1-10/+10
2022-08-06nixos/*: automatically convert option docspennae1-25/+25
2022-08-03nixos/*: replace <code> in option docs with <literal>pennae1-22/+22
2022-07-10nixos/nixpkgs.nix: Recommend hostPlatform instead of systemRobert Hensing1-0/+34
2022-06-25nixos/nixpkgs.nix: Ignore the default system in checkRobert Hensing1-3/+3
2022-06-21nixos: Add simplified nixpkgs.{hostSystem,buildSystem}Robert Hensing1-8/+100
2022-05-26nixos: remove effect-less nixpgks.initialSystemDavid Arnold1-8/+1
2022-01-27Revert "flake.nix: Set nixpkgs.config.path"Robert Hensing1-2/+0
2022-01-22flake.nix: Set nixpkgs.config.pathRobert Hensing1-0/+2
2022-01-10nixos/nixpkgs.nix: Make independentRobert Hensing1-0/+5
2022-01-02nixos/documentation: split options doc buildpennae1-0/+3
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-9/+9
2021-01-26treewide: fold -> foldrBen Siraphob1-1/+1
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
2020-08-26nixos/nixpkgs.nix: Correct crossSystem default literalRobert Hensing1-2/+0
2020-03-21nixos/nixpkgs.nix: Allow just using config in system (#80818)Matthew Bauer1-2/+2
2020-03-05nixos/activation: use eval-config's system argument for nestingAndrew Childs1-0/+8
2019-08-10nixos/misc: Fix nixpkgs.config merge functionSilvan Mosberger1-1/+1
2019-06-19Remove default value for nixpkgs.systemEelco Dolstra1-1/+0
2019-05-04nixos/misc/nixpkgs: fixed syntax error in overlays exampleAndreas Rammhold1-3/+4
2019-01-15Revert "nixos/modules/misc/nixpkgs.nix: Use pure Nixpkgs function"Robert Hensing1-2/+2
2018-11-10NixOS: update config.nixpkgs.pkgs documentationRobert Hensing1-8/+12
2018-11-04nixos/../nixpkgs.nix: Add assertions to check pkgs' systemRobert Hensing1-0/+19
2018-11-04Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-ov...Robert Hensing1-1/+0
2018-11-03treewide: remove pkgs_i686Matthew Bauer1-1/+0
2018-10-28nixpkgs.overlays: Add note about nixpkgs.pkgs' treatment of other optionsRobert Hensing1-0/+3
2018-10-28nixos/modules/misc/nixpkgs.nix: Use pure Nixpkgs functionRobert Hensing1-2/+2
2018-10-27NixOS: nixpkgs.pkgs: Append overlays when specifiedRobert Hensing1-8/+14
2018-09-07nixpkgs module: Fix defaulting of `localSystem` and `system`John Ericson1-4/+8
2018-05-31Revert "nixpkgs module: Fix defaulting of `localSystem` and `system`"Matthew Bauer1-8/+5
2018-05-17nixpkgs module: Fix defaulting of `localSystem` and `system`John Ericson1-5/+8
2018-04-27lib/debug: fix use-sites of deprecated debug functionsProfpatsch1-1/+5
2018-04-06nixpkgs module: Clean up platform optionsJohn Ericson1-12/+53
2018-03-01nixos: Add nixpkgs.crossSystem option for cross-compilationShea Levy1-1/+13
2018-02-23nixpkgs module: update config exampleFranz Pletz1-1/+1
2018-02-09Merge pull request #33700 from roberth/nixos-externalpkgsFranz Pletz1-3/+50
2018-02-03Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-3/+3