From 85b9b0d8392cc0c90cdcf2993ae99fae874b92b3 Mon Sep 17 00:00:00 2001 From: k3t Date: Sun, 8 Mar 2026 00:11:44 -0700 Subject: [PATCH] fix experimental features --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index dc64b0c..e2dc2ee 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { nix = { settings = { + experimental-features = [ "nix-command" "flakes" ]; substituters = [ "https://nix-community.cachix.org" "https://cache.nixos.org/" @@ -9,7 +10,6 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; - experimental-features = [ "nix-command" "flakes" ]; optimise.automatic = true; gc = { automatic = true;