7 Commits

Author SHA1 Message Date
28c4884fab
fix circompat impure errors
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2025-01-10 15:14:26 +01:00
e2eee2bc7c
add submodule assert
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2025-01-10 14:55:10 +01:00
77fef0adee
nix: test forwarding of src in service
Signed-off-by: markoburcul <marko@status.im>
2025-01-10 13:45:09 +01:00
95ae2e9db2
nix: simplified codex service definition
configObject option is used to define the configuration which is then
dumped to a toml file and is used as input to codex
binary(conditionally).

Signed-off-by: markoburcul <marko@status.im>
2025-01-10 12:13:30 +01:00
08d7fbdd2e
nix: simplified codex service definition
configObject option is used to define the configuration which is then
dumped to a toml file and is used as input to codex
binary(conditionally).

Signed-off-by: markoburcul <marko@status.im>
2025-01-09 20:09:06 +01:00
bc5d93a7fb
nix: add codex service definition
Referenced issue: https://github.com/codex-storage/nim-codex/issues/940

Signed-off-by: markoburcul <marko@status.im>
2025-01-09 18:29:14 +01:00
Marko Burčul
0c6784da7e
nix: make derivation and update shell (#1003)
* nix: make derivation and update shell

Create a structure for nix files. Add the derivation file which is using
system Nim to compile Codex.

Referenced issue: https://github.com/codex-storage/nim-codex/issues/940

Signed-off-by: markoburcul <marko@status.im>

* nim-circom-compat: update

Include commit which allows building circom-compat-ffi using Nix(doesn't
affect current usage of the submodule).

Referenced issue: https://github.com/codex-storage/nim-codex/issues/940

Signed-off-by: markoburcul <marko@status.im>

* makefile: fix for detecting linux arch

Signed-off-by: markoburcul <marko@status.im>

---------

Signed-off-by: markoburcul <marko@status.im>
2024-12-09 17:07:01 +00:00