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
gitlab-runner: Fix marshalling of TOML datetimes (#360860)
[NixPkgs.git]
/
nixos
/
modules
/
installer
/
sd-card
/
sd-image-riscv64-qemu-installer.nix
blob
90c1b8413adcb3da96bdf3f0d84aba31bb04e60a
1
{
2
imports = [
3
../../profiles/installation-device.nix
4
./sd-image-riscv64-qemu.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
}