nixos/overlays/default.nix

6 lines
50 B
Nix

{ ... }: {
imports = [
./ripgrep.nix
];
}