From 8c7a32a670c8985672a901bc6dae43d065d842cb Mon Sep 17 00:00:00 2001 From: Rahul Gopinath Date: Tue, 28 Jun 2016 21:13:33 -0700 Subject: [PATCH] elvish: disable darwin --- pkgs/shells/elvish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/shells/elvish/default.nix b/pkgs/shells/elvish/default.nix index e793814bb24..021d4f074ed 100644 --- a/pkgs/shells/elvish/default.nix +++ b/pkgs/shells/elvish/default.nix @@ -20,5 +20,6 @@ buildGoPackage rec { homepage = https://github.com/elves/elvish; license = licenses.bsd2; maintainers = with maintainers; [ vrthra ]; + platforms = with platforms; [ linux ]; }; }