From 39570674d0e814aba111d9b84a98b038e490f992 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 5 Mar 2019 15:19:32 +0800 Subject: [PATCH] do not restrict ARTIQ to 64-bit Linux --- artiq/pkgs/artiq.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/pkgs/artiq.nix b/artiq/pkgs/artiq.nix index 5f427f7..dde506c 100644 --- a/artiq/pkgs/artiq.nix +++ b/artiq/pkgs/artiq.nix @@ -18,6 +18,5 @@ in homepage = https://m-labs/artiq; license = licenses.lgpl3; #maintainers = [ maintainers.sb0 ]; - platforms = [ "x86_64-linux" ]; }; }