aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/release-lib.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* release-lib: Don't use tryEval for packagePlatformsSilvan Mosberger2020-11-261-3/+1
* release-lib: Avoid filtering twiceJohn Ericson2020-06-121-1/+1
* release-lib.nix: remove innacurate platform groupsMatthew Bauer2020-06-041-5/+0
* systems/examples.nix: move riscv function to let bindingMatthew Bauer2018-11-291-1/+1
* release-lib: Fix `pkgsFor`John Ericson2018-11-051-1/+1
* release-lib: Fallback on uncached rather than error for unknown crossSystemJohn Ericson2018-11-011-4/+3
* release-lib: Cache cross nixpkgs evals tooJohn Ericson2018-11-011-36/+60
* lib: Messed up `or` operator precedenceJohn Ericson2018-03-191-1/+1
* release-lib: Filter supportedSystems with `meta.platforms`-style patternsJohn Ericson2018-03-191-12/+31
* lib: Factor in tiny bit of `meta.platform` checkingJohn Ericson2018-03-191-11/+5
* release-lib: Adapt to work with new meta.platformsJohn Ericson2018-03-151-1/+12
* treewide: get rid of platforms.allButJohn Ericson2018-03-141-1/+1
* nixos/release.nix: Move forAllSystems to release-libTuomas Tynkkynen2018-01-161-0/+1
* release-lib: forAllSupportedSystems -> forTheseSystemsTuomas Tynkkynen2018-01-161-3/+3
* pkgs/release-lib: evaluate nixpkgs on armv6l and armv7l (#32641)Ben Wolsieffer2017-12-311-0/+4
* nixpkgs release: Fix Darwin-only jobsTuomas Tynkkynen2017-08-121-1/+1
* Merge pull request #24610 from Ericson2314/platform-normalizationJohn Ericson2017-04-171-1/+9
|\
| * lib: Fix system parsing, and use for doubles listsJohn Ericson2017-04-171-0/+5
| * top-level: Less indirection for lib in release*.nixJohn Ericson2017-04-171-1/+4
* | release(-lib).nix: add nixpkgsArgs parameterBjørn Forsman2017-04-111-5/+3
|/
* nixpkgs: add aarch64-linux to release-libFranz Pletz2017-03-081-0/+2
* top-level: no more need to expose `splicedPackages`John Ericson2017-01-251-3/+2
* top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson2017-01-241-2/+3
* release-cross: Factor out system filteringJohn Ericson2016-12-271-4/+5
* release-cross: Use the same genAttrs logic for `testOnCross` as `testOn`John Ericson2016-12-271-4/+3
* Build all derivations at least for 64bit LinuxDomen Kožar2016-11-281-1/+1
* release-lib: Remove unused allowTexliveBuilds optionTuomas Tynkkynen2016-09-111-2/+0
* Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson2016-06-221-1/+1
* Replace references to all-packages.nix, by references to the top-level of nix...Nicolas B. Pierron2016-03-131-1/+1
* copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra2015-12-161-2/+9
* release-lib.nix: set inHydra anyways, it might be useful some dayPeter Simons2015-07-171-0/+1
* release-lib: rename config option "inHydra" to "allowTexliveBuilds"Peter Simons2015-07-171-2/+2
* Don't build texLive in HydraEelco Dolstra2015-06-251-0/+1
* cygwin: stdenvFlorian Friesdorf2015-05-281-0/+2
* Rename scrubDrv -> hydraJob and make it more effectiveEelco Dolstra2015-03-201-1/+1
* release-lib: SimplifyEelco Dolstra2015-03-201-55/+23
* release-lib.nix: Style cleanupEelco Dolstra2015-03-201-21/+21
* TweakEelco Dolstra2015-01-061-2/+2
* Remove scheduling prioritiesEelco Dolstra2015-01-061-16/+4
* release-lib: add option to use another package setNikolay Amiantov2014-11-141-2/+2
* release: do not process broken packages, we induce they don't have platforms ...Luca Bruno2014-09-031-0/+2
* Only show/build a package on the platforms listed in meta.platformsEelco Dolstra2013-11-051-5/+3
* mercurial: Update to 2.6.1Eelco Dolstra2013-05-151-1/+1
* release-lib.nix: Make the set of supported platforms an argumentEelco Dolstra2013-03-261-4/+2
* Add an "unstable" aggregate to replace the "unstable" viewEelco Dolstra2013-03-261-1/+1
* Only return Hydra jobs for supported platformsEelco Dolstra2013-03-261-5/+12
* Make Nixpkgs jobs uniqueEelco Dolstra2013-03-261-31/+38
* Merge remote-tracking branch 'upstream/master' into stdenv-updatesRickard Nilsson2013-01-201-2/+6
|\
| * Add config option ‘allowUnfree’Eelco Dolstra2013-01-171-2/+6
* | Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-281-1/+1
|/