summary refs log tree commit diff
path: root/host/rootfs/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-03-29 22:49:13 +0000
committerAlyssa Ross <hi@alyssa.is>2022-03-30 15:00:04 +0000
commita3de69aee8f5e8207fce29c9e72cdfd273a86404 (patch)
tree28c344d9d22c9e70c46e9de83e9b22c07952e63a /host/rootfs/default.nix
parent1ba1de9532fcaf1fda6441008a8779331a3eb156 (diff)
downloadspectrum-a3de69aee8f5e8207fce29c9e72cdfd273a86404.tar
spectrum-a3de69aee8f5e8207fce29c9e72cdfd273a86404.tar.gz
spectrum-a3de69aee8f5e8207fce29c9e72cdfd273a86404.tar.bz2
spectrum-a3de69aee8f5e8207fce29c9e72cdfd273a86404.tar.lz
spectrum-a3de69aee8f5e8207fce29c9e72cdfd273a86404.tar.xz
spectrum-a3de69aee8f5e8207fce29c9e72cdfd273a86404.tar.zst
spectrum-a3de69aee8f5e8207fce29c9e72cdfd273a86404.zip
host/rootfs: remove unused s6-linux-utils package
Fixes: 5702bde ("etc/init: switch from s6-mount to Busybox mount")
Diffstat (limited to 'host/rootfs/default.nix')
-rw-r--r--host/rootfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/rootfs/default.nix b/host/rootfs/default.nix
index 2f2c368..cb02445 100644
--- a/host/rootfs/default.nix
+++ b/host/rootfs/default.nix
@@ -5,7 +5,7 @@
 
 { lib, stdenv, runCommand, writeReferencesToFile, s6-rc, tar2ext4
 , busybox, cloud-hypervisor, cryptsetup, execline, jq, kmod, mdevd, s6
-, s6-linux-utils, s6-portable-utils, socat, util-linuxMinimal, xorg
+, s6-portable-utils, socat, util-linuxMinimal, xorg
 }:
 
 let
@@ -20,8 +20,8 @@ let
   foot = pkgsGui.foot.override { allowPgo = false; };
 
   packages = [
-    cloud-hypervisor execline jq kmod mdevd s6 s6-linux-utils
-    s6-portable-utils s6-rc socat start-vm
+    cloud-hypervisor execline jq kmod mdevd s6 s6-portable-utils s6-rc
+    socat start-vm
 
     (cryptsetup.override {
       programs = {