Skip to content

Commit

Permalink
Add eigenda git dependency of eigenda_client (#39)
Browse files Browse the repository at this point in the history
Closes #38

Updates the flake inputs using a version of lasr that automatically resolves the eigenda proto api path.
  • Loading branch information
eureka-cpu authored Jul 17, 2024
1 parent 7d6bb93 commit 35c4ff5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion deployments/lasr_node/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ in
preStart =
let
# nix-store paths are resolved on user login, but here we have to give the absolute paths.
git = "${pkgs.git}/bin/git";
docker = "${pkgs.docker}/bin/docker";
sudo = "/run/wrappers/bin/sudo";
tar = "/run/current-system/sw/bin/tar";
Expand All @@ -376,7 +377,7 @@ in
cd /app
printf "${procfile.text}" > "${procfile.name}"
${pkgs.git}/bin/git clone https://github.com/versatus/lasr.git
${git} clone https://github.com/versatus/lasr.git
cd /app/base_image/busybox
mkdir --mode=0755 rootfs
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35c4ff5

Please sign in to comment.