Corrected AWS
This commit is contained in:
parent
93bc725bc0
commit
a0fdc8942f
|
@ -21,7 +21,7 @@
|
||||||
# Set the system-wide environment
|
# Set the system-wide environment
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
aws # Command-line utility for working with Amazon EC2, S3, SQS, ELB, IAM and SD
|
awscli # Unified tool to manage your AWS services
|
||||||
#crystal # A compiled language with Ruby like syntax and type inference
|
#crystal # A compiled language with Ruby like syntax and type inference
|
||||||
docker # Pack, ship and run any application as a lightweight container
|
docker # Pack, ship and run any application as a lightweight container
|
||||||
docker-compose # Multi-container orchestration for Docker
|
docker-compose # Multi-container orchestration for Docker
|
||||||
|
|
Loading…
Reference in a new issue