1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00
home-manager/tests/modules/programs/gh/default.nix
Anselm Schüler cfe82d9f44
gh: support gh as git credential manager for github.com
Co-authored-by: Sumner Evans <me@sumnerevans.com>
2021-10-21 23:20:25 +02:00

6 lines
124 B
Nix

{
gh-config-file = ./config-file.nix;
gh-credential-helper = ./credential-helper.nix;
gh-warnings = ./warnings.nix;
}