about summary refs log tree commit diff
path: root/pkgs/top-level/stage.nix
AgeCommit message (Expand)AuthorFilesLines
2022-04-01config.allowAliases: Define as optionRobert Hensing1-1/+1
2022-03-10https://github.com/NixOS/nixpkgs/pull/161158#pullrequestreview-903824138Adam Joseph1-2/+2
2022-03-10s/makeStaticParsedPlatform/makeMuslParsedPlatform/gAdam Joseph1-2/+2
2022-03-10Update pkgs/top-level/stage.nixAdam Joseph1-1/+1
2022-03-10lib/systems: add mips64el definitionsAdam Joseph1-18/+26
2021-11-08pkgs/top-level/stage: format trivialBuilders importBernardo Meurer1-2/+2
2021-11-08writeShellApplication: get shellcheck from pkgsBuildHostBernardo Meurer1-1/+3
2021-10-27aliases: add pkgs.systemRyan Burns1-1/+0
2021-09-01Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross1-2/+2
2021-08-31Fix interaction between appendOverlays and otherPackageSetsRobert Hensing1-2/+2
2021-08-20pkgsStatic: Finally obviate overlay!John Ericson1-1/+0
2021-08-18stdenv: Fix overriding + `overrideAttrs`John Ericson1-1/+6
2021-08-16pkgsStatic: fix musleabi* adapterRyan Burns1-0/+2
2021-08-03pkgsLLVM.stdenv: use lld againsternenseemann1-0/+1
2021-06-17top-level: fix typoSandro Jäckel1-1/+1
2021-05-10pkgsLLVM: cross compiled package set using llvm compilerssternenseemann1-0/+14
2021-03-15pkgs/top-level/stage: force elfv2 on static powerpc64-linuxRyan Burns1-0/+2
2020-11-30tree-wide: do not use pkgs.extend in nixpkgszimbatm1-0/+3
2020-08-27Distinguish pkgsStatic from pkgsMusl via stdenv.targetPlatformDmitry Bogatov1-0/+1
2019-10-28symlinkJoin: fix crossAlyssa Ross1-1/+1
2019-08-26treewide: remove redundant quotesvolth1-6/+6
2019-03-25Merge pull request #57611 from Ericson2314/stage-braid-not-chainJohn Ericson1-16/+43
2019-03-25pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlaysdanbst1-0/+9
2019-03-24top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`John Ericson1-16/+43
2019-03-08pkgs/top-level/stage.nix: don't override `overlays` and `config` in `nixpkgsFun`Jan Malakhovski1-2/+0
2019-03-05Merge pull request #56237 from LnL7/expose-overlaysDanylo Hlynskyi1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-0/+1
2019-02-23pkgs/top-level: expose current overlays in pkgsDaiderd Jordan1-1/+1
2019-02-03Partially revert 755e824Robert Hensing1-1/+4
2019-02-02all-packages: Just refer to `self`, not `super`, or `res`John Ericson1-4/+1
2018-12-04top-level/stage.nix: add static overlayMatthew Bauer1-0/+16
2018-12-02all-packages.nix: Alias self to res, deprecating selfRobert Hensing1-1/+1
2018-11-04Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-ov...Robert Hensing1-2/+2
2018-11-03stage.nix: throw error on incorrect pkgsi686Linux usageMatthew Bauer1-2/+2
2018-11-03Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""Matthew Bauer1-1/+1
2018-11-03Revert "stage.nix: pkgsi686Linux only works on x86 family"Matthew Bauer1-1/+1
2018-11-02stage.nix: pkgsi686Linux only works on x86 familyMatthew Bauer1-1/+1
2018-10-27pkgs.appendOverlays: Avoid unnecessary nixpkgs evaluationRobert Hensing1-1/+3
2018-10-18Add Nixpkgs functions for adding overlays ad-hocRobert Hensing1-1/+14
2018-10-15stage.nix: fix cross compiling with pkgsMuslMatthew Bauer1-3/+8
2018-09-23top-level: `system` should still come from the host platformJohn Ericson1-1/+1
2018-09-11Revert "top-level: Deprecate top-level `{build,host,target}Platform`"Sarah Brofeldt1-11/+5
2018-09-06top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson1-1/+1
2018-09-05top-level: Deprecate top-level `{build,host,target}Platform`John Ericson1-5/+11
2018-08-20treewide: Purge `stdenv.platform` and top-level `platform`John Ericson1-4/+1
2018-07-17config.skipAliases -> config.allowAliasesvolth1-2/+1
2018-07-05stage: add Linux checksMatthew Bauer1-3/+3
2018-07-05stage: Make `pkgsMusl` and `pkgsi686linux` respect the original localSystem moreJohn Ericson1-21/+19
2018-07-05treewide: remove forceSystemMatthew Bauer1-25/+19
2018-07-05treewide: remove callPackage_i686Matthew Bauer1-5/+0