diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-15 16:07:15 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-15 16:07:15 +0100 |
| commit | b1c8ad89980b37a14a8f348cce87e7a8311d7c38 (patch) | |
| tree | 6857be7ea4e305dd5503f9d3c5fe764cba9f72ae /common.nix | |
| parent | 0c9b217d36da3e29f23ece44b034fa98322daf28 (diff) | |
Some stuff
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; }; }; |
