summaryrefslogtreecommitdiff
path: root/overlay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlay.nix')
-rw-r--r--overlay.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay.nix b/overlay.nix
new file mode 100644
index 0000000..7f03286
--- /dev/null
+++ b/overlay.nix
@@ -0,0 +1,4 @@
+final: prev:
+{
+ jotpass = pkgs.callPackage ./jotpass.nix {}
+}
Generated by cgit. See skreutz.com for my tech blog and contact information.