From 47d9bf9a4b8ad16ad0e80f4bfa9fad9e9f134a4b Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 19 Jan 2023 21:16:25 +0100 Subject: Structure: flakeify Prepare to switch sys-config to flakes by enabling flakes support in nix. --- nix.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nix.nix') diff --git a/nix.nix b/nix.nix index da21492..5c07342 100644 --- a/nix.nix +++ b/nix.nix @@ -10,6 +10,9 @@ dates = "daily"; options = "--delete-older-than 3"; }; - settings.auto-optimise-store = true; + settings = { + auto-optimise-store = true; + experimental-features = [ "nix-command" "flakes"]; + }; }; } -- cgit 1.4.1