summary refs log blame commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
blob: 6ee0eb9e9b8dbbf117574a82f260c27b6b4b3952 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                



                                                          







                                                                                                
 
{ config, ... }:
{
  imports = [
    ../sd-card/sd-image-armv7l-multiplatform-installer.nix
  ];
  config = {
    warnings = [
      ''
      .../cd-dvd/sd-image-armv7l-multiplatform.nix is deprecated and will eventually be removed.
      Please switch to .../sd-card/sd-image-armv7l-multiplatform-installer.nix, instead.
      ''
    ];
  };
}