thrall: Activate repl for flakes

This commit is contained in:
Alexander Kobjolke 2024-01-19 20:39:39 +01:00
parent 4d863f6a06
commit 26e5a0e217

View file

@ -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;