From 5b1598e14d646074823bc1ec82d9336c7cca2eda Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Mon, 24 Apr 2023 22:12:37 +0530 Subject: [PATCH] enable some experimental stuff --- common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nix.nix b/common/nix.nix index b13a41b..59a5b86 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -7,7 +7,7 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; auto-optimise-store = true; - experimental-features = [ "nix-command" "flakes" ]; + experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations" ]; }; nixpkgs.config.allowUnfree = true; }