Files
nix-config/overlays/redis/default.nix
2025-12-26 11:45:05 -06:00

5 lines
51 B
Nix

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