Fix Hydra evaluation

This commit is contained in:
Eelco Dolstra 2013-06-26 15:00:51 +02:00
parent bb990d8ad7
commit 9555f3ba06

View File

@ -9,7 +9,7 @@
nixpkgs "{outPath = ./}" .... release.nix nixpkgs "{outPath = ./}" .... release.nix
Hydra can be installed with "nix-env -i hydra". */ Hydra can be installed with "nix-env -i hydra". */
with (import ./release-lib.nix); with import ./release-lib.nix { supportedSystems = [ "x86_64-linux" ]; };
{ {