liminix-fork/modules/standard.nix
Daniel Barlow 7cfb92e3ce more doc
2023-11-10 21:17:20 +00:00

12 lines
289 B
Nix

{
# "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
./outputs/flashimage.nix
./jffs2.nix
./ubifs.nix
];
}