Build using the nix flake
[?]
May 22, 2019, 12:44 PM
KMQAEXZ2724WGYWLFQCWKGZVN6JAYHMBRHOFIGXVJV5UKDGHJFDQCDependencies
- [2]
P33UMMOOUse nixUnstable - [3]
CCPSI3TPAdd flake.nix - [4]
ABQZP7BBrelease.nix: Do not rely on currentSystem - [5]
GGWH5GY7Remove unused dependency on aws-sdk-cpp - [6]
LCRBIWH3Fix building on Nixpkgs 17.09 - [7]
QPDG4NEUrelease.nix: Use fetchGit to get Nixpkgs - [8]
YQWH4POV* Simplify. - [9]
34UH6B6LBuild against the bleeding edge of Nix - [10]
LOHWNXEJCleanup - [11]
IZYR3KTLrelease.nix: Get rid of the "system" argument - [12]
GZFKERN3Add dependency on nix-perl - [13]
UBPWXGKFMove build logic for the core hydra package into its own default.nix. - [14]
X7IAG7JTSimplify running nix-shell - [15]
T4LLYESZ* Nix expression for building Hydra. - [16]
GUOCMPZ2Use Nix 2.0 and default GCC - [17]
Z5OWQ4KZCheck Nix version - [18]
2IGIDHNAReplace shell.nix with a flake devShell attribute - [19]
ICYJNJWHRevert "Move build logic for the core hydra package into its own default.nix." - [20]
6K5PBUUNUse buildEnv to combine Hydra's Perl dependencies - [*]
BAUP4PCKinNixShell considered harmful
Change contents
- edit in flake.lock at line 4
"nix": {"contentHash": "sha256-rUM0KiuCRHv8WKBOfv4XKOu7WP8nsYdPdnTPZFBzjyc=","requires": {"nixpkgs": {"contentHash": "sha256-vy2UmXQM66aS/Kn2tCtjt9RwxfBvV+nQVb5tJQFwi8E=","uri": "github:edolstra/nixpkgs/a4d896e89932e873c4117908d558db6210fa3b56"}},"uri": "github:NixOS/nix/3cecf3f39c5c580ed6d0c5f0bcbb09dcc53dfae4"}, - replacement in flake.nix at line 8
requires = [ "nixpkgs" ];requires = [ "nixpkgs" "nix" ]; - edit in flake.nix at line 15
nix = deps.nix.provides.hydraJobs.build.x86_64-linux // {perl-bindings = deps.nix.provides.hydraJobs.perlBindings.x86_64-linux;}; - edit in release.nix at line 5[22.16][5.91]
, pkgs ? import nixpkgs { system = "x86_64-linux"; }, nix ? pkgs.nixUnstable or pkgs.nix - replacement in release.nix at line 9
with import (nixpkgs + "/lib");with pkgs.lib; - edit in release.nix at line 12
pkgs = import nixpkgs { system = "x86_64-linux"; }; - edit in release.nix at line 46
nix = pkgs.nixUnstable or pkgs.nix;