vuls: init at 0.27.0
[NixPkgs.git] / nixos / modules / installer / cd-dvd / sd-image-aarch64.nix
blob76c1509b8f7e01807647de91e28f9cbef72988e6
1 { config, ... }:
3   imports = [
4     ../sd-card/sd-image-aarch64-installer.nix
5   ];
6   config = {
7     warnings = [
8       ''
9       .../cd-dvd/sd-image-aarch64.nix is deprecated and will eventually be removed.
10       Please switch to .../sd-card/sd-image-aarch64-installer.nix, instead.
11       ''
12     ];
13   };