Skip to content

Commit

Permalink
remove git-town override
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Jun 9, 2024
1 parent c2f8a6d commit 38984d2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions home/develop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@
nix-top
glab
gh
(git-town.overrideAttrs (old: {
postInstall = ''
installShellCompletion --cmd git-town \
--bash <($out/bin/git-town completions bash) \
--fish <($out/bin/git-town completions fish) \
--zsh <($out/bin/git-town completions zsh)
wrapProgram $out/bin/git-town --prefix PATH : ${lib.makeBinPath [ git ]}
'';
}))
git-town
]) ++ [
inputs.nix-fast-build.packages.${pkgs.system}.nix-fast-build
];
Expand Down

0 comments on commit 38984d2

Please sign in to comment.