Skip to content

Commit 6c403c4

Browse files
committed
fix: remove experimental feature flag repl-flake
this was removed in upstream nix.
1 parent 913f085 commit 6c403c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/common.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw="
1515
];
1616

17-
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
17+
experimental-features = [ "nix-command" "flakes" ];
1818
};
1919

2020
environment.systemPackages = with pkgs; [

0 commit comments

Comments
 (0)