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
/
sd-card
/
sd-image-raspberrypi-installer.nix
blob
72ec7485b528d21b0b289b3bbfd7d2ae573d902c
1
{
2
imports = [
3
../../profiles/installation-device.nix
4
./sd-image-raspberrypi.nix
5
];
6
7
# the installation media is also the installation target,
8
# so we don't want to provide the installation configuration.nix.
9
installer.cloneConfig = false;
10
}