about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-18T20·49+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-18T20·49+0100
commitc3fc60d9369fc802b33f75d2d9cd6ef22b916112 (patch)
treee6f7abe2570bd447eb1a9125121e964802bcc788 /release.nix
parentf72ed360250fd04138358463b5d1965d81160e0d (diff)
Fix evaluation
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 58dfac8d7c..89c477c3a4 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; };