surrealpatch/pkg/nix/config.nix
2022-10-04 17:32:44 +01: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 = "6.1";
}