Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32159220
localstack-up.nix
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
localstack-up.nix
View Options
{
lib
,
localstack
,
writeShellApplication
}:
# writeShellApplication is a "writer helper" which
# will create a shellchecked executable shell script located in $out/bin/<name>
# This shell script will be used to allow for impure+stateful actions
writeShellApplication
{
name
=
"localstack-up"
;
# Docker must be installed outside of the development shell, so only
# pass localstack to script
runtimeInputs
=
[
localstack
];
text
=
builtins
.
readFile
../scripts/localstack_up.sh
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 4:28 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5227496
Default Alt Text
localstack-up.nix (491 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment