1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/programs/gcc/default.nix
Austin Horstman c2e3f1cacd tests/gcc: add tests
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-10-05 16:22:37 -05:00

4 lines
98 B
Nix

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