diff options
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; +} |