From afe837c3951fab62e397ac2a80cca176948dd6a2 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 18 Sep 2018 09:21:02 -0700 Subject: Allow unsupported platforms when installing packages --- config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'config.nix') diff --git a/config.nix b/config.nix index 9c284bf..7bdd27b 100644 --- a/config.nix +++ b/config.nix @@ -1,4 +1,5 @@ { allowUnfree = true; allowBroken = true; + allowUnsupportedSystem = true; } -- cgit v1.2.3