1
0
Fork 0

configuration/common: Enable repl flake

This commit is contained in:
clerie 2023-09-09 16:34:01 +02:00
parent e2f58fd25c
commit a4bf68bd34
1 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,11 @@
};
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [
"flakes"
"nix-command"
"repl-flake"
];
substituters = [
"https://nix-cache.clerie.de"
];