Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Commit 90dc423

Browse files
Merge #529
529: [DEVOPS-1216] 18.09 fixes (hydra/ntp/extra-statsd) r=disassembler a=disassembler Co-authored-by: Samuel Leathers <[email protected]>
2 parents 8480423 + eca3295 commit 90dc423

File tree

7 files changed

+7
-28
lines changed

7 files changed

+7
-28
lines changed

modules/common.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ with (import ./../lib.nix);
44

55
{
66
imports = [
7-
./ntp_fix.nix
87
./extra-statsd.nix
98
];
109
boot.kernel.sysctl = {

modules/extra-statsd.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ let
55
extra-statsd = pkgs.callPackage (pkgs.fetchFromGitHub {
66
owner = "cleverca22";
77
repo = "extra-statsd";
8-
rev = "bb4d394b224184f59369d44abecd455c4ca8195b";
9-
sha256 = "048r26p853scf5ms71lqa5h97jg1fqbq1dphdx7ink0mdw6hqjpa";
8+
rev = "343e8793594c91126dfd18fb31b07fba605711ab";
9+
sha256 = "1qf1grqcp232s3vafvrq58xa29yqbnhfnpq2v03dhsfcqr63pdvz";
1010
}) {};
1111
in {
1212
options = {

modules/hydra-master-main.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ in {
5858
src = pkgs.fetchFromGitHub {
5959
owner = "input-output-hk";
6060
repo = "hydra";
61-
rev = "1d613d05814f6074048933fe6c422ea059ce4130";
62-
sha256 = "1wwy9llp10i1c793dlba2iryr54yahqxqfdsl3m1zq698v92ssw3";
61+
rev = "5fb456cadc71458279d653bd08327aec51024598";
62+
sha256 = "1w78psnqgjv7dx6lnvkf949mjx5wf7iq1j1c53w39n0ax6ln88hb";
6363
};
6464
};
6565
# max output is 4GB because of amis

modules/ntp_fix.nix

Lines changed: 0 additions & 9 deletions
This file was deleted.

modules/openat.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

nixpkgs-src.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"owner": "NixOS",
33
"repo": "nixpkgs",
4-
"rev": "43c77db3aa58e06cc3ced846431dd4228f93cd5d",
5-
"sha256": "12rrnzxyv1yh237ndnx3qc37hwlag4ncciwipadfg6m5nzllhmm8"
4+
"rev": "e39e43a349d5f4f661d929fbe9a31129bda0acb2",
5+
"sha256": "04ygzqd4kayx1rnfgv6zl77k591lb29wh9a1zim78r1gacnxr7ng"
66
}

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let
77
iohk-ops = iohkpkgs.iohk-ops;
88
justIo = pkgs.mkShell {
99
name = "io";
10-
buildInputs = with pkgs; [ iohk-ops terraform_0_11 iohkpkgs.nixops cabal-install ];
10+
buildInputs = with pkgs; [ iohk-ops terraform_0_11 iohkpkgs.nixops ];
1111
passthru = {
1212
inherit ioSelfBuild withAuxx;
1313
};

0 commit comments

Comments
 (0)