From f3b91d75d2d3153e9fa4d7414929dcc531779727 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 27 Aug 2019 14:34:49 -0700 Subject: reorganize, and some small fixes --- lib/config.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/config.nix (limited to 'lib/config.nix') diff --git a/lib/config.nix b/lib/config.nix new file mode 100644 index 0000000..7bdd27b --- /dev/null +++ b/lib/config.nix @@ -0,0 +1,5 @@ +{ + allowUnfree = true; + allowBroken = true; + allowUnsupportedSystem = true; +} -- cgit v1.2.3