query
On this page

abort

builtins.abort

Primop
Docs pulled from | This Revision | 1 day ago

Takes 1 arguments

s


Abort Nix expression evaluation and print the error message s.

This function is not defined in a .nix file. It is likely a builtins function or an alias of a builtins function. builtins functions are predefined functions provided by Nix.

Noogle detected

Detected Type
abort :: String -> Never

Implementation

This function is implemented in c++ and is part of the native nix runtime.