feature: Adds submodule.
This commit is contained in:
parent
fdf279096d
commit
37f52f62a6
6 changed files with 25 additions and 5 deletions
|
@ -2,10 +2,11 @@
|
|||
pkgs ? import <nixpkgs> { },
|
||||
}: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
# api/
|
||||
# backend/
|
||||
nodejs
|
||||
go
|
||||
gopls
|
||||
capnproto
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue