From b84dff1810fad667690540e3cebc0cb3ef1f3dba Mon Sep 17 00:00:00 2001 From: Ayo Reis Date: Wed, 18 Feb 2026 17:29:21 +0000 Subject: [PATCH] Enable nix command and Flakes experimental features --- levanter/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/levanter/configuration.nix b/levanter/configuration.nix index 0f3fa43..61c0a2c 100644 --- a/levanter/configuration.nix +++ b/levanter/configuration.nix @@ -32,5 +32,9 @@ }; system.stateVersion = "26.05"; - nix.settings.trusted-users = [ "ayo" ]; + + nix.settings = { + trusted-users = [ "ayo" ]; + experimental-features = [ "nix-command" "flakes" ]; + }; } -- 2.53.0