From a5521b3be77df459e78097b6105baa5a33046c35 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Jun 2020 09:25:00 +0200 Subject: profiles/base: Enable Nix experimental features I've had this in my configuration.nix for a while and since I got used to it, I think it's a good idea to enable both Nix Flakes and the "nix" command by default for all my machines. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index ff3f3f9f..3f0e8b15 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -15,6 +15,7 @@ in { buildCores = 0; extraOptions = '' auto-optimise-store = true + experimental-features = nix-command flakes ''; }; -- cgit 1.4.1