release.nix: Use fetchGit to get Nixpkgs
[?]
May 22, 2018, 10:21 AM
QPDG4NEUSUWQTHMLHAXNFDWDBQYRM62WZ2Y6LZXEIOA5FYFFLR4QCDependencies
- [2]
ZXVPPARRCleanup - [3]
X7IAG7JTSimplify running nix-shell - [4]
F6IBTEIBDisable the S3 backup test - [5]
Z5OWQ4KZCheck Nix version - [6]
UGA45FNCAdd a plugin for backing up builds in s3 - [7]
2GYW62QSAllow running on i686-linux - [8]
7C6HSXUQ* Start of a regression test for Hydra. - [9]
6CZHII3QUse <...> syntax - [10]
LZVO64YGMerge in the first bits of the API work - [11]
T4LLYESZ* Nix expression for building Hydra. - [12]
IZYR3KTLrelease.nix: Get rid of the "system" argument - [13]
A3A2O37IWork around 9P corruption on 32-bit - [14]
WGDX4QRIAdjust to the NixOS/Nixpkgs merge - [15]
YQWH4POV* Simplify. - [16]
WQ2VQ7H3Use hydra-module.nix in the tests - [17]
WOYOIGB7Disable 32-bit builds again - [18]
XWNMTW6PDrop building on i686-linux
Change contents
- edit in release.nix at line 2
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; } - replacement in release.nix at line 7
with import <nixpkgs/lib>;with import (nixpkgs + "/lib"); - replacement in release.nix at line 11
pkgs = import <nixpkgs> {};pkgs = import nixpkgs {}; - replacement in release.nix at line 41
with import <nixpkgs> { inherit system; };with import nixpkgs { inherit system; }; - replacement in release.nix at line 174
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };with import (nixpkgs + "/nixos/lib/testing.nix") { inherit system; }; - replacement in release.nix at line 189
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };with import (nixpkgs + "/nixos/lib/testing.nix") { inherit system; }; - replacement in release.nix at line 218
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };with import (nixpkgs + "/nixos/lib/testing.nix") { inherit system; };