This repository was archived by the owner on Jun 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-28
lines changed Expand file tree Collapse file tree 7 files changed +7
-28
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ with (import ./../lib.nix);
4
4
5
5
{
6
6
imports = [
7
- ./ntp_fix.nix
8
7
./extra-statsd.nix
9
8
] ;
10
9
boot . kernel . sysctl = {
Original file line number Diff line number Diff line change 5
5
extra-statsd = pkgs . callPackage ( pkgs . fetchFromGitHub {
6
6
owner = "cleverca22" ;
7
7
repo = "extra-statsd" ;
8
- rev = "bb4d394b224184f59369d44abecd455c4ca8195b " ;
9
- sha256 = "048r26p853scf5ms71lqa5h97jg1fqbq1dphdx7ink0mdw6hqjpa " ;
8
+ rev = "343e8793594c91126dfd18fb31b07fba605711ab " ;
9
+ sha256 = "1qf1grqcp232s3vafvrq58xa29yqbnhfnpq2v03dhsfcqr63pdvz " ;
10
10
} ) { } ;
11
11
in {
12
12
options = {
Original file line number Diff line number Diff line change 58
58
src = pkgs . fetchFromGitHub {
59
59
owner = "input-output-hk" ;
60
60
repo = "hydra" ;
61
- rev = "1d613d05814f6074048933fe6c422ea059ce4130 " ;
62
- sha256 = "1wwy9llp10i1c793dlba2iryr54yahqxqfdsl3m1zq698v92ssw3 " ;
61
+ rev = "5fb456cadc71458279d653bd08327aec51024598 " ;
62
+ sha256 = "1w78psnqgjv7dx6lnvkf949mjx5wf7iq1j1c53w39n0ax6ln88hb " ;
63
63
} ;
64
64
} ;
65
65
# max output is 4GB because of amis
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"owner" : " NixOS" ,
3
3
"repo" : " nixpkgs" ,
4
- "rev" : " 43c77db3aa58e06cc3ced846431dd4228f93cd5d " ,
5
- "sha256" : " 12rrnzxyv1yh237ndnx3qc37hwlag4ncciwipadfg6m5nzllhmm8 "
4
+ "rev" : " e39e43a349d5f4f661d929fbe9a31129bda0acb2 " ,
5
+ "sha256" : " 04ygzqd4kayx1rnfgv6zl77k591lb29wh9a1zim78r1gacnxr7ng "
6
6
}
Original file line number Diff line number Diff line change 7
7
iohk-ops = iohkpkgs . iohk-ops ;
8
8
justIo = pkgs . mkShell {
9
9
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 ] ;
11
11
passthru = {
12
12
inherit ioSelfBuild withAuxx ;
13
13
} ;
You can’t perform that action at this time.
0 commit comments