From 46bb9734b7cd7ce59e7d47521356ab1b9bc7f40e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 18 Oct 2025 00:26:59 -0400 Subject: [PATCH] disable flakes (not needed) --- configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index e05d14a..2cfab0e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -76,14 +76,6 @@ nix = { # optimize the store optimise.automatic = true; - - # enable flakes! - settings = { - experimental-features = [ - "nix-command" - "flakes" - ]; - }; }; boot = {