]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blame - overlays/bundix/default.nix
Initial commit published for NUR
[perso/Immae/Config/Nix/NUR.git] / overlays / bundix / default.nix
CommitLineData
24fd1fe6
IB
1self: super: {
2 bundix = super.bundix.overrideAttrs (old: {
3 preBuild = (old.preBuild or "") + ''
4 sed -i -e "/case obj/a\ when nil\n nil" lib/bundix/nixer.rb
5 '';
6 });
7}