5 lines
121 B
Nix
5 lines
121 B
Nix
{ intrinsics, ... }:
|
|
{
|
|
panic = intrinsics.throw;
|
|
inherit(intrinsics) abort throw;
|
|
} |