From 23f93f84d8ce7bb9151abde5ad3eaa373394a842 Mon Sep 17 00:00:00 2001 From: nhnn Date: Wed, 18 Jun 2025 20:08:13 +0300 Subject: [PATCH] fix: remove repl-flake feature --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index cf91b24..17c2f14 100644 --- a/configuration.nix +++ b/configuration.nix @@ -203,7 +203,6 @@ in experimental-features = [ "nix-command" "flakes" - "repl-flake" ]; # auto-optimise-store = true;