From 98175a0f9b545e48d4f10393de65e03cdfcffd2c Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 2 Mar 2021 23:09:07 +0100 Subject: [PATCH] fixup rump and ext2 image loading --- nixos-modules/genode-core.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos-modules/genode-core.nix b/nixos-modules/genode-core.nix index 15ef4a7..95855a6 100644 --- a/nixos-modules/genode-core.nix +++ b/nixos-modules/genode-core.nix @@ -344,6 +344,9 @@ in { { }) // { fs = { package = pkgs.genodePackages.vfs; + extraErisInputs = + lib.optional (config.genode.boot.storeBackend == "memory") + pkg.genodePackages.rump; configFile = let vfsConfig = if config.genode.boot.storeBackend == "memory" then '' VFS.vfs