xin/overlays/rex.nix

11 lines
143 B
Nix
Raw Normal View History

2023-08-09 13:17:43 -06:00
let
rex = _: super: {
2023-08-28 06:21:14 -06:00
rex = super.rex.overrideAttrs (_: {
postPatch = ''
patchShebangs bin
'';
2023-08-09 13:17:43 -06:00
});
};
in
rex