Fix evaluation

This commit is contained in:
Eelco Dolstra 2013-03-18 21:49:42 +01:00
parent f72ed36025
commit c3fc60d936
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ let
binaryTarball = pkgs.lib.genAttrs systems (system:
{ system ? "x86_64-linux" }:
with import <nixpkgs> { inherit system; };