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
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
modules
/
installer
/
cd-dvd
/
sd-image-armv7l-multiplatform.nix
blob
6ee0eb9e9b8dbbf117574a82f260c27b6b4b3952
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
}