xin/overlays/rex.nix

11 lines
143 B
Nix

let
rex = _: super: {
rex = super.rex.overrideAttrs (_: {
postPatch = ''
patchShebangs bin
'';
});
};
in
rex