6 lines
115 B
Nix
6 lines
115 B
Nix
|
# Using this as a library to define some common utility functions that I often
|
||
|
# reach for.
|
||
|
{
|
||
|
identity = x: x;
|
||
|
}
|