feature: Adds submodule.

This commit is contained in:
Tera << 8 2025-01-10 22:49:59 -05:00
parent fdf279096d
commit 37f52f62a6
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
6 changed files with 25 additions and 5 deletions

View file

@ -2,10 +2,11 @@
pkgs ? import <nixpkgs> { },
}: pkgs.mkShell {
buildInputs = with pkgs; [
# api/
# backend/
nodejs
go
gopls
capnproto
];
shellHook = ''