Skip to content

Instantly share code, notes, and snippets.

@lucabrunox
Last active August 29, 2015 14:05
Show Gist options
  • Save lucabrunox/361041908d6e78af1668 to your computer and use it in GitHub Desktop.
Save lucabrunox/361041908d6e78af1668 to your computer and use it in GitHub Desktop.
Lethal hydra
{ nixpkgs }:
let
combined = import "${nixpkgs}/nixos/release-combined.nix" { inherit nixpkgs; supportedSystems = [ "x86_64-linux" ]; };
nixos = combined.nixos;
peek = x: x.x86_64-linux;
in
{
simple = peek nixos.tests.simple;
gnome3 = peek nixos.tests.gnome3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment