diff options
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 |
