8 lines
116 B
Nix
8 lines
116 B
Nix
|
{ config, pkgs, lib, ... } :
|
||
|
{
|
||
|
imports = [
|
||
|
../../vanilla-configuration.nix
|
||
|
../../modules/jffs2.nix
|
||
|
];
|
||
|
}
|