summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-12-28 13:55:55 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2019-01-02 23:02:50 -0600
commit921a47bc922e4fdaf9e412d07adcd0ab3f311096 (patch)
tree832f6892f731bd378cf453745c323f79a62f41d3 /nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
parent35af6e36057cafbb30df684326803e9e54bb377e (diff)
downloadnixpkgs-921a47bc922e4fdaf9e412d07adcd0ab3f311096.tar
nixpkgs-921a47bc922e4fdaf9e412d07adcd0ab3f311096.tar.gz
nixpkgs-921a47bc922e4fdaf9e412d07adcd0ab3f311096.tar.bz2
nixpkgs-921a47bc922e4fdaf9e412d07adcd0ab3f311096.tar.lz
nixpkgs-921a47bc922e4fdaf9e412d07adcd0ab3f311096.tar.xz
nixpkgs-921a47bc922e4fdaf9e412d07adcd0ab3f311096.tar.zst
nixpkgs-921a47bc922e4fdaf9e412d07adcd0ab3f311096.zip
treewide: remove cross assertions
sd-image-raspberrypi, sd-image-aarch64, and
sd-image-armv7l-multiplatform can all be cross compiled now.
Diffstat (limited to 'nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
index 8a27ac4504e..96e06670694 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
@@ -15,13 +15,6 @@ in
     ./sd-image.nix
   ];
 
-  assertions = lib.singleton {
-    assertion = pkgs.stdenv.hostPlatform.system == "armv6l-linux"
-      && pkgs.stdenv.hostPlatform.system == pkgs.stdenv.buildPlatform.system;
-    message = "sd-image-raspberrypi.nix can be only built natively on ARMv6; " +
-      "it cannot be cross compiled";
-  };
-
   boot.loader.grub.enable = false;
   boot.loader.generic-extlinux-compatible.enable = true;