surrealpatch/pkg/nix/config.nix
2023-07-25 11:37:43 +00:00

6 lines
207 B
Nix

{
# Set the desired FoundationDB version here
# Specify only the major and minor parts using `major.minor` format
# Must be supported by both the foundationdb crate and NixPkgs
fdbVersion = "7.1";
}