summary refs log tree commit diff
path: root/host/rootfs/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-28 11:28:08 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-28 11:31:01 +0000
commit04060e0a59c072315b7b5106af27aab248e74b75 (patch)
treee2178b5a65ae016ed5f16d798d62a4650b94593a /host/rootfs/default.nix
parente04434c1e90a1441ad3dc02893ab98ef3be71ffb (diff)
downloadspectrum-04060e0a59c072315b7b5106af27aab248e74b75.tar
spectrum-04060e0a59c072315b7b5106af27aab248e74b75.tar.gz
spectrum-04060e0a59c072315b7b5106af27aab248e74b75.tar.bz2
spectrum-04060e0a59c072315b7b5106af27aab248e74b75.tar.lz
spectrum-04060e0a59c072315b7b5106af27aab248e74b75.tar.xz
spectrum-04060e0a59c072315b7b5106af27aab248e74b75.tar.zst
spectrum-04060e0a59c072315b7b5106af27aab248e74b75.zip
Remove s6-portable-utils
Not worth pulling this in any more just for another mkdir
implementation!
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 bb82374..f40e25d 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-init, s6-portable-utils, socat, util-linuxMinimal, xorg
+, s6-linux-init, 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-init s6-portable-utils
-    s6-rc socat start-vm
+    cloud-hypervisor execline jq kmod mdevd s6 s6-linux-init s6-rc socat
+    start-vm
 
     (cryptsetup.override {
       programs = {