summary refs log tree commit diff
path: root/img
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-11 08:19:27 +0000
committerAlyssa Ross <hi@alyssa.is>2023-10-11 08:20:52 +0000
commita64c7b18a4e8969978d761c541e6cf69d290c076 (patch)
tree5cfd3a601086de76d9e22e964eb4dfd344864141 /img
parent531ed0c969e349ca4b1e8ed7b3195a8ba03c7450 (diff)
downloadspectrum-a64c7b18a4e8969978d761c541e6cf69d290c076.tar
spectrum-a64c7b18a4e8969978d761c541e6cf69d290c076.tar.gz
spectrum-a64c7b18a4e8969978d761c541e6cf69d290c076.tar.bz2
spectrum-a64c7b18a4e8969978d761c541e6cf69d290c076.tar.lz
spectrum-a64c7b18a4e8969978d761c541e6cf69d290c076.tar.xz
spectrum-a64c7b18a4e8969978d761c541e6cf69d290c076.tar.zst
spectrum-a64c7b18a4e8969978d761c541e6cf69d290c076.zip
img/app: remove obsolete PATH ordering hack
QEMU no longer includes its own virtiofsd since 8.1.0.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'img')
-rw-r--r--img/app/shell.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/img/app/shell.nix b/img/app/shell.nix
index 9b4eb28..9d4848a 100644
--- a/img/app/shell.nix
+++ b/img/app/shell.nix
@@ -11,11 +11,7 @@ with config.pkgs;
 
 {
   nativeBuildInputs = nativeBuildInputs ++ [
-    # Both QEMU and virtiofsd come with a virtiofsd executable,
-    # so we have to list virtiofsd first.
-    virtiofsd
-
-    cloud-hypervisor crosvm execline jq qemu_kvm reuse s6
+    cloud-hypervisor crosvm execline jq qemu_kvm reuse s6 virtiofsd
   ];
 
   runDef = import run { inherit config; };