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/go/default.nix

9 lines
365 B
Nix

{
go-telemetry = ./go-telemetry.nix;
go-example-config = ./example-config.nix;
go-suboptions-unset = ./suboptions-unset.nix;
go-packages-default-gopath = ./packages-default-gopath.nix;
go-packages-custom-gopath = ./packages-custom-gopath.nix;
go-packages-invalid-main-gopath = ./packages-invalid-main-gopath.nix;
go-old-options = ./old-options.nix;
}