diff options
author | Ben Sima <ben@bsima.me> | 2019-08-27 14:34:49 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-08-27 14:34:49 -0700 |
commit | f3b91d75d2d3153e9fa4d7414929dcc531779727 (patch) | |
tree | c49dc426b64cec2d47dc594a1a5398244ccc4dd0 /lib/config.nix | |
parent | 8c810428d6d93ba718df7e8388615ad7fa3d092c (diff) |
reorganize, and some small fixes
Diffstat (limited to 'lib/config.nix')
-rw-r--r-- | lib/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |