1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Fix evaluation

This commit is contained in:
Eelco Dolstra 2013-03-18 21:49:42 +01:00
parent f72ed36025
commit c3fc60d936

View file

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