aboutsummaryrefslogtreecommitdiff
path: root/nix/busybox.nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 13:42:31 +1200
committerArslaan Pathan <[email protected]>2026-06-07 13:42:31 +1200
commit8535e0c2ab9922506f28f8aeb7fde654764e23fa (patch)
treee27c4a4d54ff393cae0f7c5e9e2d9ac75a4841f4 /nix/busybox.nix
parent190fc5e66c166102b8535299e1f7173c124c7124 (diff)
downloadyerbalinux-8535e0c2ab9922506f28f8aeb7fde654764e23fa.tar.xz
yerbalinux-8535e0c2ab9922506f28f8aeb7fde654764e23fa.zip
no TC in busybox because its killing itself
Diffstat (limited to 'nix/busybox.nix')
-rw-r--r--nix/busybox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/busybox.nix b/nix/busybox.nix
index 2aea724..711a9d5 100644
--- a/nix/busybox.nix
+++ b/nix/busybox.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit }:
+{ stdenv, fetchgit, linuxHeaders }:
stdenv.mkDerivation {
name = "busybox-yerba";