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-aarch64-new-kernel.nix
blob
a669d61571fef483fd89a8f3df59218fa7d8742f
1
{ config, ... }:
2
{
3
imports = [
4
../sd-card/sd-image-aarch64-new-kernel-installer.nix
5
];
6
config = {
7
warnings = [
8
''
9
.../cd-dvd/sd-image-aarch64-new-kernel.nix is deprecated and will eventually be removed.
10
Please switch to .../sd-card/sd-image-aarch64-new-kernel-installer.nix, instead.
11
''
12
];
13
};
14
}