summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--host/initramfs/extfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/initramfs/extfs.nix b/host/initramfs/extfs.nix
index cfcddd0..9fdbd9a 100644
--- a/host/initramfs/extfs.nix
+++ b/host/initramfs/extfs.nix
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
 # SPDX-License-Identifier: MIT
 
-{ pkgs, runCommand, s6-rc, tar2ext4 }:
+{ pkgs, runCommand, tar2ext4 }:
 
 let
   netvm = import ../../vm/sys/net {