diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-03-18T20·49+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-03-18T20·49+0100 |
commit | c3fc60d9369fc802b33f75d2d9cd6ef22b916112 (patch) | |
tree | e6f7abe2570bd447eb1a9125121e964802bcc788 /release.nix | |
parent | f72ed360250fd04138358463b5d1965d81160e0d (diff) |
Fix evaluation
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 58dfac8d7cd8..89c477c3a44e 100644 --- a/release.nix +++ b/release.nix @@ -106,7 +106,6 @@ let binaryTarball = pkgs.lib.genAttrs systems (system: - { system ? "x86_64-linux" }: with import <nixpkgs> { inherit system; }; |