repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
peru: 1.2.0 -> 1.3.3 (#373970)
[NixPkgs.git]
/
nixos
/
modules
/
installer
/
cd-dvd
/
sd-image-armv7l-multiplatform.nix
blob
c16b82256b4f84d12823d277ac7f62ecc1d6f6cf
1
{ config, ... }:
2
{
3
imports = [
4
../sd-card/sd-image-armv7l-multiplatform-installer.nix
5
];
6
config = {
7
warnings = [
8
''
9
.../cd-dvd/sd-image-armv7l-multiplatform.nix is deprecated and will eventually be removed.
10
Please switch to .../sd-card/sd-image-armv7l-multiplatform-installer.nix, instead.
11
''
12
];
13
};
14
}