Skip to content

Commit

Permalink
nixos: release: add amazonImage as a channel blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 19, 2020
1 parent f2cfecd commit 0d87ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/release-combined.nix
Expand Up @@ -49,6 +49,7 @@ in rec {
[ "nixos.channel" ]
(onFullSupported "nixos.dummy")
(onAllSupported "nixos.iso_minimal")
(onAllSupported "nixos.amazonImage")
(onSystems ["x86_64-linux"] "nixos.iso_plasma5")
(onSystems ["x86_64-linux"] "nixos.iso_gnome")
(onFullSupported "nixos.manual")
Expand Down
1 change: 1 addition & 0 deletions nixos/release-small.nix
Expand Up @@ -92,6 +92,7 @@ in rec {
[ "nixos.channel"
"nixos.dummy.x86_64-linux"
"nixos.iso_minimal.x86_64-linux"
"nixos.amazonImage.x86_64-linux"
"nixos.manual.x86_64-linux"
"nixos.tests.boot.biosCdrom.x86_64-linux"
"nixos.tests.containers-imperative.x86_64-linux"
Expand Down

0 comments on commit 0d87ce6

Please sign in to comment.