Try random stuff to make tests run in Travis

This commit is contained in:
Graham Christensen 2018-11-30 23:04:43 -05:00
parent 7f2ed9a280
commit 9cc5afc2ee
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -26,7 +26,7 @@ let
curl curl
bash bash
] ]
++ stdenv.lib.optional useNix1 nix1; ++ stdenv.lib.optional useNix1 oldpkgs.nix1;
# HISTFILE = "${src}/.bash_hist"; # HISTFILE = "${src}/.bash_hist";
}; };
@ -38,13 +38,13 @@ let
nix-prefetch-git nix-prefetch-git
rust.rustc rust.rustc
rust.cargo rust.cargo
rustfmt #rustfmt
carnix #carnix
openssl.dev openssl.dev
pkgconfig pkgconfig
git git
] ]
++ stdenv.lib.optional useNix1 nix1 ++ stdenv.lib.optional useNix1 oldpkgs.nix1
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security; ++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;
postHook = '' postHook = ''