diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 { |
