about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-07-28T17·40+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-07-28T17·40+0100
commit36a2fea6863e692d815a513d4b0f15b8c1fcb886 (patch)
treea89e17222336c87a265f41ad13ced3f17daa6241 /shell.nix
parent012296f156f59fe8581a01f2ddfd2a1067c09108 (diff)
Create Sessions table
TL;DR:
- Create Sessions SQL schema
- Create Sessions module
- Introduce UUID dependency
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index e003737f3b2e..8c948e9cb55d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,6 +9,7 @@ in pkgs.mkShell {
       hpkgs.sqlite-simple
       hpkgs.warp
       hpkgs.cryptonite
+      hpkgs.uuid
     ]))
   ];
 }