xin/overlays/rex.nix

11 lines
141 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
2023-09-12 08:44:05 -06:00
rex