about summary refs log tree commit diff
path: root/util.nix
diff options
context:
space:
mode:
Diffstat (limited to 'util.nix')
-rw-r--r--util.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/util.nix b/util.nix
new file mode 100644
index 0000000..86fe375
--- /dev/null
+++ b/util.nix
@@ -0,0 +1,5 @@
+{
+  mkMe = { name ? "", ... }@me: 
+    assert name != "";
+    me;
+}
\ No newline at end of file