5 lines
51 B
Nix
Executable File
5 lines
51 B
Nix
Executable File
{ ... }:
|
|
final: _prev: {
|
|
redis = final.valkey;
|
|
}
|