diff options
Diffstat (limited to 'common.nix')
| -rw-r--r-- | common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,9 +3,13 @@ ./modules ]; + nix.settings.experimental-features = ["nix-command" "flakes"]; nixpkgs = { config = { + permittedInsecurePackages = [ + "olm-3.2.16" + ]; allowUnfree = true; }; }; |
