forked from dan/liminix
1
0
Fork 0
liminix/modules/standard.nix

13 lines
289 B
Nix
Raw Normal View History

{
# "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 21:17:20 +00:00
./outputs/flashimage.nix
./jffs2.nix
2023-10-16 18:55:17 +00:00
./ubifs.nix
];
}