summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-11-19 18:45:07 -0500
committerGitHub <noreply@github.com>2020-11-19 18:45:07 -0500
commit1115df837e28bb4bd6df9c9e0fcf90a75c996eed (patch)
tree0e189a9aa83f06a7721c8147c32d068a20359a8f /nixos
parentb22a7ad7b0a30995cf65c70643242b896fa80c72 (diff)
parent1ef139f3b048bd7e419d0690e5c544588bc1c9bd (diff)
Merge pull request #104322 from grahamc/amazon-image
nixos/release-small: add amazonImage
Diffstat (limited to 'nixos')
-rw-r--r--nixos/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 84bc71752c55..996db54c9a40 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -28,7 +28,7 @@ let
in rec {
nixos = {
- inherit (nixos') channel manual options iso_minimal dummy;
+ inherit (nixos') channel manual options iso_minimal amazonImage dummy;
tests = {
inherit (nixos'.tests)
containers-imperative