overlay: add upstreamed overlay for git-sync

This commit is contained in:
Aaron Bieber 2022-09-04 15:27:59 -06:00
parent 02af033b2a
commit 1a5059a70c
No known key found for this signature in database

View File

@ -51,6 +51,15 @@
});
})
# https://nixpk.gs/pr-tracker.html?pr=189458
(self: super: {
git-sync = super.get-sync.overrideAttrs (old: {
wrapperPath = with lib;
makeBinPath ([ coreutils git gnugrep gnused ]
++ lib.optionals stdenv.isLinux [ inotify-tools ]);
});
})
] else
[ ];
}