Limit build targets
This commit is contained in:
+10
-3
@@ -18,7 +18,14 @@ in
|
||||
qemu-hook = c ./qemu-hook.nix { };
|
||||
setup-ssh = c ./setup-ssh { };
|
||||
upgrade-pg-cluster = c ./upgrade-pg-cluster.nix { };
|
||||
vfio_startup = c ./vfio_startup.nix { };
|
||||
vfio_shutdown = c ./vfio_shutdown.nix { };
|
||||
zim = c ./zim.nix { };
|
||||
}
|
||||
// (
|
||||
if pkgs.stdenv.hostPlatform.system == "x86_64-linux" then
|
||||
{
|
||||
vfio_startup = c ./vfio_startup.nix { };
|
||||
vfio_shutdown = c ./vfio_shutdown.nix { };
|
||||
zim = c ./zim.nix { };
|
||||
}
|
||||
else
|
||||
{ }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user