Skip to content

Commit

Permalink
nixos/release-combined.nix: Adds missing aarch64 constituents
Browse files Browse the repository at this point in the history
This will block channel advancing, even if it is limited support.
  • Loading branch information
samueldr committed Dec 22, 2018
1 parent 485bf85 commit 16316a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nixos/release-combined.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ in rec {
(all nixos.dummy)
(all nixos.manual)

nixos.iso_minimal.x86_64-linux or []
nixos.iso_minimal.i686-linux or []
nixos.iso_graphical.x86_64-linux or []
nixos.iso_minimal.aarch64-linux or []
nixos.iso_minimal.i686-linux or []
nixos.iso_minimal.x86_64-linux or []
nixos.ova.x86_64-linux or []
nixos.sd_image.aarch64-linux or []

#(all nixos.tests.containers)
(all nixos.tests.containers-imperative)
Expand Down

0 comments on commit 16316a1

Please sign in to comment.