From 26e5a0e217e6418190851a1489608e6d2b61f062 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Fri, 19 Jan 2024 20:39:39 +0100 Subject: [PATCH] thrall: Activate repl for flakes --- hosts/thrall/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 40d72b6..0d6b3ad 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -14,7 +14,7 @@ in { nix.package = pkgs.nixUnstable; nix.extraOptions = '' - experimental-features = nix-command flakes ca-derivations + experimental-features = nix-command flakes repl-flake ca-derivations ''; # nix.registry.nixpkgs.flake = nixpkgs;