forked from superradcompany/microsandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 1.22 KB
/
Copy path.gitmodules
File metadata and controls
28 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "vendor/libkrunfw"]
path = vendor/libkrunfw
url = https://github.com/pspdfkit-labs/libkrunfw.git
branch = krunfw
[submodule "examples/root-bind/rootfs-alpine"]
path = examples/rust/root-bind/rootfs-alpine
url = https://github.com/superradcompany/rootfs-alpine
[submodule "examples/root-block/qcow2-alpine"]
path = examples/rust/root-block/qcow2-alpine
url = https://github.com/superradcompany/qcow2-alpine
[submodule "examples/typescript/root-bind/rootfs-alpine"]
path = examples/typescript/root-bind/rootfs-alpine
url = https://github.com/superradcompany/rootfs-alpine
[submodule "examples/typescript/root-block/qcow2-alpine"]
path = examples/typescript/root-block/qcow2-alpine
url = https://github.com/superradcompany/qcow2-alpine
[submodule "mcp"]
path = mcp
url = https://github.com/superradcompany/microsandbox-mcp.git
[submodule "skills"]
path = skills
url = https://github.com/superradcompany/skills.git
[submodule "examples/python/root-bind/rootfs-alpine"]
path = examples/python/root-bind/rootfs-alpine
url = https://github.com/superradcompany/rootfs-alpine
[submodule "examples/python/root-block/qcow2-alpine"]
path = examples/python/root-block/qcow2-alpine
url = https://github.com/superradcompany/qcow2-alpine