1
0
Fork 0

TODO comments

This commit is contained in:
Daniel Barlow 2023-08-28 18:24:14 +01:00
parent 8688d47c65
commit ff2d3e1a63
3 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,7 @@ in {
'';
flashimage =
let o = config.system.outputs; in
# could use trivial-builders.linkFarmFromDrvs here?
pkgs.runCommand "flashimage" {} ''
mkdir $out
cd $out

View File

@ -75,6 +75,7 @@ in
inherit kernel;
inherit dtb;
};
# could use trivial-builders.linkFarmFromDrvs here?
vmroot = pkgs.runCommand "qemu" {} ''
mkdir $out
cd $out