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 --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4b69ea3..a9ca70d 100644 --- a/flake.nix +++ b/flake.nix @@ -18,16 +18,12 @@ busybox = pkgs.callPackage ./nix/busybox.nix { inherit (pkgs) pkgsStatic; }; - tcc = pkgs.callPackage ./nix/tcc.nix { - inherit (pkgsMusl) musl; - inherit (pkgs) linuxHeaders; - }; limine = pkgs.callPackage ./nix/limine.nix {}; initramfs = pkgs.callPackage ./nix/initramfs.nix { inherit (self.packages.${system}) kernel busybox; }; rootfs = pkgs.callPackage ./nix/rootfs.nix { - inherit (self.packages.${system}) busybox tcc; + inherit (self.packages.${system}) busybox; inherit (pkgsMusl) musl; }; iso = pkgs.callPackage ./nix/iso.nix { -- cgit v1.2.3