aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-20 12:18:31 +0000
committerAkshay <[email protected]>2020-12-20 12:18:31 +0000
commit375fc45f310476a0a49fc48054f6563c8e02e2f6 (patch)
treec40bd576a8cc803051af234b9a30b0f3cb8f729e /shell.nix
parent8026ac574e6b8e1aeb868c970b780c72f655928b (diff)
fix cookies/cors, more logging
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 9805d80..9167821 100644
--- a/shell.nix
+++ b/shell.nix
@@ -29,5 +29,6 @@ in
29 libmysqlclient 29 libmysqlclient
30 jq 30 jq
31 python3 31 python3
32 insomnia
32 ]; 33 ];
33 } 34 }