From 1984639b9916839f059f31b398ef0cfcd57a2471 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 31 May 2022 09:13:36 +0200 Subject: [PATCH] Reenable Flakes --- modules/common/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 839ddb6..4196eca 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -71,7 +71,11 @@ }; autoOptimiseStore = true; - + package = pkgs.nixFlakes; + extraOptions = '' + experimental-features = nix-command flakes + warn-dirty = false + ''; # enable garbage collection gc = { automatic = true;