Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit cb1cca9

Browse files
committed
fix(nix): unknown experimental feature 'repl-flake'
Signed-off-by: misilelab <misileminecord@gmail.com>
1 parent 053025d commit cb1cca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/dsb/nix-configs/system/base.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ EOF
106106
settings = {
107107
substituters = ["https://cache.misile.xyz/cache"];
108108
trusted-public-keys = ["cache:zNeEp8cQiXd3s4UrwBgZQq5/9SnX4W/n06/lsxMzPug="];
109-
experimental-features = ["nix-command" "flakes" "repl-flake"];
109+
experimental-features = ["nix-command" "flakes"];
110110
trusted-users = ["misile"];
111111
};
112112
};

0 commit comments

Comments
 (0)