diff options
Diffstat (limited to 'config.nix')
-rw-r--r-- | config.nix | 4 |
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; +} |