about summary refs log blame commit diff
path: root/utils.nix
blob: 1e1c5c243521b6e5d96075e48373164648d63174 (plain) (tree)
1
2
3
4
5




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