Build only stdenv at hydra

This commit is contained in:
Ehmry - 2019-09-03 17:54:56 +02:00
parent 15bdde1726
commit 4c1beb7946
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
pkgs =
import ./default.nix { system = { config = "x86_64-unknown-genode"; }; };
in {
inherit (pkgs) upstream ports libretro;
nixpkgs = { inherit (pkgs.nixpkgs) stdenv; };
};
}