This commit is contained in:
mjallen18
2026-01-02 20:30:05 -06:00
parent b7380317b9
commit 56154fe941
38 changed files with 1188 additions and 594 deletions

View File

@@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
{
pkgs ? import <nixpkgs> { },
}:
pkgs.writeShellApplication {
name = "test-image";
@@ -64,4 +66,4 @@ pkgs.writeShellApplication {
"''\${pflash_vars[@]}" \
-drive "if=virtio,format=raw,file=$tmpFile"
'';
}
}