nixos/tests/nix-store-veritysetup: fix warnings
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
partitions = {
|
partitions = {
|
||||||
"nix-store" = {
|
"nix-store" = {
|
||||||
storePaths = [ config.system.build.toplevel ];
|
storePaths = [ config.system.build.toplevel ];
|
||||||
stripNixStorePrefix = true;
|
nixStorePrefix = "/";
|
||||||
repartConfig = {
|
repartConfig = {
|
||||||
Type = "linux-generic";
|
Type = "linux-generic";
|
||||||
Label = "nix-store";
|
Label = "nix-store";
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
"-f",
|
"-f",
|
||||||
"qcow2",
|
"qcow2",
|
||||||
"-b",
|
"-b",
|
||||||
"${nodes.machine.system.build.image}/${nodes.machine.image.repart.imageFile}",
|
"${nodes.machine.system.build.image}/${nodes.machine.image.fileName}",
|
||||||
"-F",
|
"-F",
|
||||||
"raw",
|
"raw",
|
||||||
tmp_disk_image.name,
|
tmp_disk_image.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user