diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-28T17·40+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-28T17·40+0100 |
commit | 36a2fea6863e692d815a513d4b0f15b8c1fcb886 (patch) | |
tree | a89e17222336c87a265f41ad13ced3f17daa6241 /shell.nix | |
parent | 012296f156f59fe8581a01f2ddfd2a1067c09108 (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.nix | 1 |
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 ])) ]; } |