remove standard.nix modues from qemu test

qemu kernel can't be configured for CONFIG_MTD_SPLIT_UIMAGE_FW
required by flashimage
This commit is contained in:
Daniel Barlow 2023-05-17 21:51:54 +01:00
parent 07b92b5df3
commit 4cb4399a1c
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ let
in {
imports = [
../../vanilla-configuration.nix
../../modules/jffs2.nix
];
config = {
services.sshd = longrun {