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