git: Remove GitHub CLI again
This commit is contained in:
parent
6a795ac029
commit
6edc2c0edd
1 changed files with 24 additions and 48 deletions
|
@ -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
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue