git: Remove GitHub CLI again
All checks were successful
Cachix / build (elendel) (push) Successful in 1m23s
Cachix / build (kholinar) (push) Successful in 1m59s
Cachix / build (marabethia) (push) Successful in 1m37s

This commit is contained in:
Charlotte Van Petegem 2025-01-26 13:35:25 +01:00
parent 6a795ac029
commit 6edc2c0edd
Signed by: chvp
SSH key fingerprint: SHA256:8EBvw2dhMTWXO8G7N/RMbsDNNyI3Q6AscQTF1H9km9M

View file

@ -65,30 +65,7 @@ in
''
];
home-manager.users.${username} = {
programs = {
gh = {
enable = true;
extensions = [
(pkgs.buildGoModule {
pname = "gh-skyline";
version = "0.1.2";
src = pkgs.fetchFromGitHub {
owner = "github";
repo = "gh-skyline";
tag = "v0.1.2";
hash = "sha256-fe2mM46DM7LhbZP2QhcwkXUWp8o4iY/LLgALJ+H60P0=";
};
vendorHash = "sha256-rfv9KTTWs68pqSdgWo9dIn+PTe+77ZMOEhG0P37QwKo=";
ldflags = [
"-s"
"-w"
"-X main.Version=0.1.2"
];
})
];
};
git = {
programs.git = {
enable = true;
lfs.enable = true;
extraConfig = {
@ -116,5 +93,4 @@ in
};
};
};
};
}