overlays: remove git-sync
This commit is contained in:
parent
dae40e204f
commit
bc6e7e31d0
@ -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
|
||||
[ ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user