fix(git): build on linux

This commit is contained in:
winston 2023-11-26 12:01:27 +01:00
parent 00a1cfeb9d
commit da65284a24
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -51,7 +51,7 @@
package = pkgs.symlinkJoin {
name = "git";
paths = [pkgs.git];
postBuild = "rm $out/etc/gitconfig";
postBuild = "rm $out/etc/gitconfig || true";
};
extraConfig = {