summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-09-18 09:21:02 -0700
committerBen Sima <ben@bsima.me>2018-09-21 08:44:34 -0700
commitafe837c3951fab62e397ac2a80cca176948dd6a2 (patch)
treeaf7cac9ae6afab6186d1ab4a5eb1ec19afec22bc
parentefd444561a08f234f6f2008dc1c4ca5938ccffb6 (diff)
Allow unsupported platforms when installing packages
-rw-r--r--config.nix1
1 files changed, 1 insertions, 0 deletions
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;
}