tvl-depot/utils.nix

6 lines
115 B
Nix
Raw Normal View History

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