1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-10 21:29:48 +01:00

gh: add github gist to default credential hosts

This commit is contained in:
Aleksana 2024-01-17 23:47:58 +00:00 committed by Mikilio
parent 626966eb51
commit e31b2f32cd
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -104,7 +104,7 @@ in {
hosts = mkOption {
type = types.listOf types.str;
default = [ "https://github.com" ];
default = [ "https://github.com" "https://gist.github.com" ];
description = "GitHub hosts to enable the gh git credential helper for";
example = literalExpression ''
[ "https://github.com" "https://github.example.com" ]