2
0
Fork 0

fixup nixos module

This commit is contained in:
Ehmry - 2020-05-22 13:45:45 +05:30
parent f7a461544c
commit 7f5ba0cba8
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ in {
extraFiles = {
bender = "${pkgs'.genodeSources}/tool/boot/bender";
hypervisor = "${pkgs'.NOVA}/hypervisor-x86_64";
"image.elf.gz" = firmware;
"image.elf.gz" = "${firmware}/image.elf.gz";
};
};
};