Enable flake support for nix repl

This commit is contained in:
Andreas Zweili 2024-03-01 11:39:58 +01:00
parent 6cce38cbd0
commit fec41754f1
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
]; ];
connect-timeout = 5; connect-timeout = 5;
log-lines = 25; log-lines = 25;
experimental-features = "nix-command flakes"; experimental-features = "nix-command flakes repl-flake";
fallback = true; fallback = true;
warn-dirty = false; warn-dirty = false;
substituters = [ substituters = [

View File

@ -128,6 +128,7 @@
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
"repl-flake"
]; ];
trusted-users = [ trusted-users = [
"root" "root"