Skip to content

Commit

Permalink
Fix nix-init libgit2 error
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango committed Aug 16, 2024
1 parent 9bbb7f1 commit 355345f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ let
nil # language server
nixpkgs-fmt # the semi official formatter
nurl # generate fetcher call
nix-init # generate package
(nix-init.overrideAttrs ({ env, ... }: {
env = removeAttrs env [ "LIBGIT2_NO_VENDOR" ];
})) # generate package
nix-update
nix-output-monitor
nixpkgs-hammering
Expand Down

0 comments on commit 355345f

Please sign in to comment.