aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAakarsh Kashyap <[email protected]>2026-07-07 00:54:14 +0530
committerAakarsh Kashyap <[email protected]>2026-07-07 00:54:14 +0530
commit464b56c73354d9add568fa65dd179866a8d238f1 (patch)
treed07b771239bdd3a39a52a484ef2e3bbdf4511e1b /shell.nix
[feat]: toradora prototype complete
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..c797e6a
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,4 @@
+{ pkgs ? import <nixpkgs> {} }:
+pkgs.mkShell {
+ buildInputs = [ pkgs.sqlite.dev ];
+}