remove repl-flake

This commit is contained in:
notgne2 2024-10-28 00:40:03 -07:00
parent 2fbfde8937
commit 42d3c40eaf
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -42,9 +42,7 @@ all: {
settings = {
trusted-users = ["root" "builder" "@wheel"];
builders-use-substitutes = true;
experimental-features = ["nix-command" "flakes" "repl-flake"];
keep-outputs = true;
keep-derivations = true;
experimental-features = ["nix-command" "flakes"];
};
};