From 89a667ec7e56f301b890e2c958d176d5d3501a4c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 8 Jun 2024 12:45:16 +0200 Subject: [PATCH] nix: remove repl-flake experimental feature --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 509ae48..c51a183 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -22,7 +22,7 @@ in { auto-optimise-store = true; binary-caches = [ "https://cache.nixos.org/" ]; builders-use-substitutes = true; - experimental-features = [ "nix-command" "flakes" "repl-flake" ]; + experimental-features = [ "nix-command" "flakes" ]; log-lines = 50; trusted-users = [ "h7x4" "nix-builder" ]; use-xdg-base-directories = true;