Try random stuff to make tests run in Travis
This commit is contained in:
parent
7f2ed9a280
commit
9cc5afc2ee
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue