nix: testing with fixed src and submodules=true

Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
Marko Burčul 2025-01-10 10:47:56 +01:00
parent 275444bcc1
commit 9631d39c5e
No known key found for this signature in database
GPG Key ID: FC4CD2F9A040D54A
2 changed files with 10 additions and 2 deletions

View File

@ -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; [

@ -1 +1 @@
Subproject commit d3fb903945c3895f28a2e50685745e0a9762ece5
Subproject commit 4fbd946b0e18d7aa6983a60632e81ffeb662bc03