configuration/common: Enable repl flake
This commit is contained in:
parent
e2f58fd25c
commit
a4bf68bd34
@ -109,7 +109,11 @@
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
experimental-features = [
|
||||
"flakes"
|
||||
"nix-command"
|
||||
"repl-flake"
|
||||
];
|
||||
substituters = [
|
||||
"https://nix-cache.clerie.de"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user