about summary refs log tree commit diff
path: root/utils.nix
diff options
context:
space:
mode:
Diffstat (limited to 'utils.nix')
-rw-r--r--utils.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils.nix b/utils.nix
deleted file mode 100644
index 1e1c5c243521..000000000000
--- a/utils.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-# Using this as a library to define some common utility functions that I often
-# reach for.
-{
-  identity = x: x;
-}