summaryrefslogtreecommitdiff
path: root/config.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-05-18 14:13:58 -0700
committerBen Sima <ben@bsima.me>2018-05-18 14:13:58 -0700
commitbd7b17222ed86337f4d61c6d8e55593a1389ffad (patch)
treea0e839394d37790dd7095369e36946d875fb295e /config.nix
Init
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.nix b/config.nix
new file mode 100644
index 0000000..9c284bf
--- /dev/null
+++ b/config.nix
@@ -0,0 +1,4 @@
+{
+ allowUnfree = true;
+ allowBroken = true;
+}