Files
nix-config/overlays/redis/default.nix
2025-12-05 17:22:51 -06:00

5 lines
51 B
Nix

{ ... }:
final: _prev: {
redis = final.valkey;
}