Skip to content

Commit 7249357

Browse files
SuperSandro2000astro
authored andcommitted
Drop more unused args
1 parent 773d5a0 commit 7249357

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/runners/alioth.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ pkgs
22
, microvmConfig
3-
, macvtapFds
3+
, ...
44
}:
55

66
let

lib/runners/firecracker.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ pkgs
22
, microvmConfig
3-
, macvtapFds
3+
, ...
44
}:
55

66
let

lib/runners/kvmtool.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ pkgs
22
, microvmConfig
3-
, macvtapFds
3+
, ...
44
}:
55

66
let

0 commit comments

Comments
 (0)