surrealpatch/pkg/nix/config.nix

7 lines
207 B
Nix
Raw Normal View History

{
# 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";
}