diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 13:42:31 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 13:42:31 +1200 |
| commit | 8535e0c2ab9922506f28f8aeb7fde654764e23fa (patch) | |
| tree | e27c4a4d54ff393cae0f7c5e9e2d9ac75a4841f4 /nix/busybox.nix | |
| parent | 190fc5e66c166102b8535299e1f7173c124c7124 (diff) | |
| download | yerbalinux-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.nix | 2 |
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"; |
