Skip to content

Instantly share code, notes, and snippets.

@globin
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save globin/0f9ab0b96718615e9665 to your computer and use it in GitHub Desktop.
Save globin/0f9ab0b96718615e9665 to your computer and use it in GitHub Desktop.
hydra
{ nixpkgs
, supportedSystems ? [ "x86_64-linux" ]
, system ? builtins.currentSystem
}:
with import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; };
let
jobs = mapTestOn (pkgsFor system);
in
jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment