Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3502725
D6787.id22893.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
755 B
Referenced Files
None
Subscribers
None
D6787.id22893.diff
View Options
diff --git a/nix/dev-shell.nix b/nix/dev-shell.nix
--- a/nix/dev-shell.nix
+++ b/nix/dev-shell.nix
@@ -75,9 +75,7 @@
cmake
cmake-format # linting
libuv
- # Localstack is currently broken by partial update
- # See https://github.com/NixOS/nixpkgs/pull/197572
- #localstack
+ localstack
pkg-config
protobuf_3_15_cmake
grpc
diff --git a/scripts/source_development_defaults.sh b/scripts/source_development_defaults.sh
--- a/scripts/source_development_defaults.sh
+++ b/scripts/source_development_defaults.sh
@@ -50,3 +50,6 @@
if [[ ! "$PATH" =~ \.cargo/bin ]]; then
export PATH="$PATH":${HOME}/.cargo/bin
fi
+
+# For development and local testing, point to localstack
+export AWS_ENDPOINT=http://localhost:4566
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 4:59 AM (17 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2683956
Default Alt Text
D6787.id22893.diff (755 B)
Attached To
Mode
D6787: [Nix] Enable localstack
Attached
Detach File
Event Timeline
Log In to Comment