diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-10 19:44:17 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-10 19:44:17 +1200 |
| commit | 5e2fe0cdbe0da7e1082d273a0295fdad44614a48 (patch) | |
| tree | fa7161672bb6880a5e37b51625dc7eba74c41012 /nix/rootfs.nix | |
| parent | 068e16881ac47040e31b65d1ba5d4ed64067166d (diff) | |
| download | yerbalinux-5e2fe0cdbe0da7e1082d273a0295fdad44614a48.tar.xz yerbalinux-5e2fe0cdbe0da7e1082d273a0295fdad44614a48.zip | |
Tcc is not working. too bad, NO TCC
Diffstat (limited to 'nix/rootfs.nix')
| -rw-r--r-- | nix/rootfs.nix | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
