11 lines
141 B
Nix
11 lines
141 B
Nix
let
|
|
rex = _: super: {
|
|
rex = super.rex.overrideAttrs (_: {
|
|
postPatch = ''
|
|
patchShebangs bin
|
|
'';
|
|
});
|
|
};
|
|
in
|
|
rex
|