Check Nix version
[?]
Oct 14, 2015, 11:17 AM
Z5OWQ4KZOSBEI3KGCXYRQFNOVJW44EHP322IIBSVXGHUA7ZNO5EQCDependencies
- [2]
WOYOIGB7Disable 32-bit builds again - [3]
YQWH4POV* Simplify. - [4]
WQ2VQ7H3Use hydra-module.nix in the tests - [5]
LOHWNXEJCleanup - [6]
3PNG7NIBRemove trailing whitespace - [7]
ZGBU7H7P* Pass nixUnstable to the tarball build. - [8]
IZYR3KTLrelease.nix: Get rid of the "system" argument - [9]
XWNMTW6PDrop building on i686-linux - [10]
U2BNO3C5hydra: fix build job - [11]
T4LLYESZ* Nix expression for building Hydra. - [12]
FV2M6MOThydra: use autoconf/-make - [13]
2GYW62QSAllow running on i686-linux - [14]
6CZHII3QUse <...> syntax
Change contents
- edit in release.nix at line 4
with import <nixpkgs/lib>; - replacement in release.nix at line 11
genAttrs' = pkgs.lib.genAttrs [ "x86_64-linux" /* "i686-linux" */ ];genAttrs' = genAttrs [ "x86_64-linux" /* "i686-linux" */ ]; - replacement in release.nix at line 31
in rec {inassert versionAtLeast (getVersion pkgs.nixUnstable) "1.11pre4244_133a421";rec { - replacement in release.nix at line 38
with import <nixpkgs> { };with pkgs;