From 10e4811c3e78f5b693aa55c5f48a6d4c58d2e4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 11 Feb 2024 01:45:38 -0300 Subject: [PATCH] nix: enable repl-flake --- system/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nix.nix b/system/nix.nix index 87e4324..364f2aa 100644 --- a/system/nix.nix +++ b/system/nix.nix @@ -26,7 +26,7 @@ ]; }; extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes repl-flake ''; }; }