summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 0bafc47..fcc7105 100644
--- a/common.nix
+++ b/common.nix
@@ -3,9 +3,13 @@
./modules
];
+
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs = {
config = {
+ permittedInsecurePackages = [
+ "olm-3.2.16"
+ ];
allowUnfree = true;
};
};