Page MenuHomePhabricator

[Nix] Add localstack cli to dev shell
ClosedPublic

Authored by jon on Sep 27 2022, 9:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 7:06 AM
Unknown Object (File)
Sun, Mar 31, 11:38 AM
Unknown Object (File)
Sun, Mar 31, 11:38 AM
Unknown Object (File)
Sun, Mar 31, 11:37 AM
Unknown Object (File)
Sun, Mar 31, 11:30 AM
Unknown Object (File)
Fri, Mar 29, 5:22 AM
Unknown Object (File)
Mar 20 2024, 7:17 PM
Unknown Object (File)
Mar 20 2024, 7:16 PM
Subscribers

Details

Reviewers
abosh
varun
atul
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Commits
rCOMMbc17138f97d4: [Nix] Add localstack cli to dev shell
Summary

Add localstack cli to 'nix develop' shell.

Depends on D5243

Test Plan
nix develop
which localstack # should point to nix store
localstack --help # should print usage

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Sep 27 2022, 9:22 PM

It's still taking a while to install nodejs-16.13.0, has that not been added to the cache yet for aarch64-darwin?

It's still taking a while to install nodejs-16.13.0, has that not been added to the cache yet for aarch64-darwin?

I will likely need to push a new version as one of the dependencies were probably updated

Screen Shot 2022-09-28 at 1.52.48 PM.png (918×852 px, 318 KB)

Looks like the build isn't using all the cpu resources available to it

atuls-MacBook-Pro:comm atul$ which localstack
/nix/store/pw96frmr7l0ncj1zh8jjdnpdyrjami5c-python3.10-localstack-1.0.4/bin/localstack

I'm in the process of pushing up the new builds for macs to the cache

In D5244#155152, @jon wrote:

I'm in the process of pushing up the new builds for macs to the cache

sweet, thanks!

This revision is now accepted and ready to land.Oct 3 2022, 7:53 AM
This revision was automatically updated to reflect the committed changes.