2023-05-16 21:13:46 +02:00
|
|
|
{
|
|
|
|
# "standard" modules that aren't fundamentally required,
|
|
|
|
# but are probably useful in most common workflows and
|
|
|
|
# you should have to opt out of instead of into
|
|
|
|
imports = [
|
|
|
|
./tftpboot.nix
|
|
|
|
./kexecboot.nix
|
2023-11-10 22:17:20 +01:00
|
|
|
./outputs/flashimage.nix
|
2023-05-16 21:13:46 +02:00
|
|
|
./jffs2.nix
|
2023-10-16 20:55:17 +02:00
|
|
|
./ubifs.nix
|
2023-05-16 21:13:46 +02:00
|
|
|
];
|
|
|
|
}
|