forked from mirrors/nixpkgs
travis: build stdenv also
This commit is contained in:
parent
97e5b88d06
commit
7b2bd9fbfe
|
@ -48,7 +48,7 @@ while test -n "$1"; do
|
|||
echo "=== Fetching Nox from binary cache"
|
||||
|
||||
# build nox silently so it's not in the log
|
||||
nix-build "<nixpkgs>" -A nox
|
||||
nix-build "<nixpkgs>" -A nox -A stdenv
|
||||
;;
|
||||
|
||||
pr)
|
||||
|
|
Loading…
Reference in a new issue