overlays: remove git-sync

This commit is contained in:
Aaron Bieber 2022-09-09 10:30:49 -06:00
parent dae40e204f
commit bc6e7e31d0
No known key found for this signature in database

View File

@ -51,16 +51,6 @@
}); });
}) })
# https://nixpk.gs/pr-tracker.html?pr=189458
(self: super: {
git-sync = super.git-sync.overrideAttrs (old: {
wrapperPath = with lib;
makeBinPath ([ pkgs.coreutils pkgs.git pkgs.gnugrep pkgs.gnused ]
++ lib.optionals (pkgs.system == "x86-64_linux")
[ pkgs.inotify-tools ]);
});
})
] else ] else
[ ]; [ ];
} }