From 5e2fe0cdbe0da7e1082d273a0295fdad44614a48 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 10 Jun 2026 19:44:17 +1200 Subject: Tcc is not working. too bad, NO TCC --- nix/rootfs.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nix/rootfs.nix') diff --git a/nix/rootfs.nix b/nix/rootfs.nix index 3f64eaa..34f1b4e 100644 --- a/nix/rootfs.nix +++ b/nix/rootfs.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchgit, busybox, tcc, squashfsTools, linuxHeaders, musl }: +{ stdenv, fetchgit, busybox, squashfsTools, linuxHeaders, musl }: stdenv.mkDerivation { name = "rootfs-yerba"; @@ -28,10 +28,6 @@ stdenv.mkDerivation { # Busybox end # Programs start - cp -a ${tcc}/bin/* rootfs/usr/bin/ 2>/dev/null || true - cp -a ${tcc}/lib/* rootfs/usr/lib/ 2>/dev/null || true - chmod -R u+w rootfs - ln -sf /usr/bin/tcc rootfs/usr/bin/cc # Programs end # Basic files setup start -- cgit v1.2.3