7 lines
207 B
Nix
7 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";
|
||
|
}
|