Move qemu-hook
This commit is contained in:
+1
-1
@@ -15,13 +15,13 @@ in
|
|||||||
hms = c ./hms { };
|
hms = c ./hms { };
|
||||||
inject-darwin = c ./inject-darwin.nix { };
|
inject-darwin = c ./inject-darwin.nix { };
|
||||||
inject = c ./inject.nix { };
|
inject = c ./inject.nix { };
|
||||||
qemu-hook = c ./qemu-hook.nix { };
|
|
||||||
setup-ssh = c ./setup-ssh { };
|
setup-ssh = c ./setup-ssh { };
|
||||||
upgrade-pg-cluster = c ./upgrade-pg-cluster.nix { };
|
upgrade-pg-cluster = c ./upgrade-pg-cluster.nix { };
|
||||||
}
|
}
|
||||||
// (
|
// (
|
||||||
if pkgs.stdenv.hostPlatform.system == "x86_64-linux" then
|
if pkgs.stdenv.hostPlatform.system == "x86_64-linux" then
|
||||||
{
|
{
|
||||||
|
qemu-hook = c ./qemu-hook.nix { };
|
||||||
vfio_startup = c ./vfio_startup.nix { };
|
vfio_startup = c ./vfio_startup.nix { };
|
||||||
vfio_shutdown = c ./vfio_shutdown.nix { };
|
vfio_shutdown = c ./vfio_shutdown.nix { };
|
||||||
zim = c ./zim.nix { };
|
zim = c ./zim.nix { };
|
||||||
|
|||||||
Reference in New Issue
Block a user