add CI test for jffs2

This commit is contained in:
Daniel Barlow
2023-04-06 20:58:26 +01:00
parent 54a1ab3529
commit db54c877d6
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ config, pkgs, lib, ... } :
{
imports = [
../../vanilla-configuration.nix
../../modules/jffs2.nix
];
}