chore: rootfs pkg

This commit is contained in:
Lars Sjöström 2025-02-21 12:22:21 +01:00
parent 6dc82ee21f
commit a689fa9925
No known key found for this signature in database
4 changed files with 90 additions and 50 deletions

View file

@ -37,6 +37,7 @@
glibc = pkgs.callPackage ./glibc { };
systemd = pkgs.callPackage ./systemd { };
dbus-broker = pkgs.callPackage ./dbus-broker { };
rootfs = pkgs.callPackage ./rootfs { inherit patosPkgs; };
mkinitrd = pkgs.callPackage ./utils/mkinitrd.nix { inherit patosPkgs; };
qemu-uefi-tpm = pkgs.callPackage ./utils/qemu-uefi-tpm.nix { };