From 51d864f9679b593374f5ccbc10c98080a59c59c5 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 28 Oct 2024 18:39:10 +0100 Subject: add optimise.automatic --- common/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'common/default.nix') diff --git a/common/default.nix b/common/default.nix index 8fdfc3a..5a58880 100644 --- a/common/default.nix +++ b/common/default.nix @@ -60,8 +60,11 @@ YDOTOOL_SOCKET = "/run/ydotoold/socket"; }; - nix.settings.experimental-features = [ - "nix-command" + nix = { + optimise.automatic = true; + settings.experimental-features = [ + "nix-command" "flakes" - ]; + ]; + } } -- cgit v1.2.3-70-g09d2