create-amis.sh: possible deprecation

main
Timothy DeHerrera 3 years ago
parent ed4170733c
commit f0aec20cd7
No known key found for this signature in database
GPG Key ID: 19B7285E0F84A536
  1. 3
      nixos/maintainers/scripts/ec2/create-amis.sh

@ -1,6 +1,9 @@
#!/usr/bin/env nix-shell
#!nix-shell -p awscli -p jq -p qemu -i bash
# shellcheck shell=bash
#
# Future Deprecation?
# This entire thing should probably be replaced with a generic terraform config
# Uploads and registers NixOS images built from the
# <nixos/release.nix> amazonImage attribute. Images are uploaded and

Loading…
Cancel
Save