Initial commit
Setup a nix flake for an ocaml setup with mruby dependency
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
[submodule "libs/mruby"]
|
||||
path = libs/mruby
|
||||
url = https://github.com/mruby/mruby.git
|
||||
ignore = dirty
|
||||
[submodule "libs/mgems/mruby-marshal-c"]
|
||||
path = libs/mgems/mruby-marshal-c
|
||||
url = https://github.com/LanzaSchneider/mruby-marshal-c.git
|
||||
ignore = dirty
|
||||
[submodule "libs/mgems/mruby-process"]
|
||||
path = libs/mgems/mruby-process
|
||||
url = https://github.com/iij/mruby-process.git
|
||||
ignore = dirty
|
||||
[submodule "libs/mgems/mruby-env"]
|
||||
path = libs/mgems/mruby-env
|
||||
url = https://github.com/iij/mruby-env.git
|
||||
ignore = dirty
|
||||
Reference in New Issue
Block a user