summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-15 16:07:15 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-15 16:07:15 +0100
commitb1c8ad89980b37a14a8f348cce87e7a8311d7c38 (patch)
tree6857be7ea4e305dd5503f9d3c5fe764cba9f72ae /common.nix
parent0c9b217d36da3e29f23ece44b034fa98322daf28 (diff)
Some stuff
Diffstat (limited to '')
-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;
};
};