mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 22:13:12 +00:00
nix: testing with fixed src and submodules=true
Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
parent
275444bcc1
commit
9631d39c5e
@ -29,7 +29,15 @@ in pkgs.gcc11Stdenv.mkDerivation rec {
|
||||
|
||||
version = "${tools.findKeyValue "version = \"([0-9]+\.[0-9]+\.[0-9]+)\"" ../codex.nimble}-${revision}";
|
||||
|
||||
inherit src;
|
||||
#inherit src;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "codex-storage";
|
||||
repo = "nim-codex";
|
||||
rev = "HEAD";
|
||||
sha256 = "sha256-cPQDV46Z9z27Hd32eW726fC3J1dAhXyljbhAgFXVEXQ=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
# Dependencies that should exist in the runtime environment.
|
||||
buildInputs = with pkgs; [
|
||||
|
||||
2
vendor/nim-circom-compat
vendored
2
vendor/nim-circom-compat
vendored
@ -1 +1 @@
|
||||
Subproject commit d3fb903945c3895f28a2e50685745e0a9762ece5
|
||||
Subproject commit 4fbd946b0e18d7aa6983a60632e81ffeb662bc03
|
||||
Loading…
x
Reference in New Issue
Block a user