1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00
home-manager/tests/modules/programs/grep/default.nix
Austin Horstman 994d854a4a tests/grep: add tests
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:22:37 -05:00

4 lines
100 B
Nix

{
grep-basic-configuration = ./basic-configuration.nix;
grep-with-colors = ./with-colors.nix;
}