fix: remove experimental feature flag repl-flake

this was removed in upstream nix.
This commit is contained in:
Cassie Cheung 2024-12-07 18:22:27 +08:00
parent 913f085aaf
commit 6c403c4178
No known key found for this signature in database

View file

@ -14,7 +14,7 @@
"t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw="
];
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = [ "nix-command" "flakes" ];
};
environment.systemPackages = with pkgs; [