chore: install ca cert bundle

This commit is contained in:
Lars Sjöström 2025-03-09 21:10:05 +01:00
parent 55ac59e2b3
commit e49c2b22b5
No known key found for this signature in database
3 changed files with 10 additions and 20 deletions
pkgs/rootfs

View file

@ -24,15 +24,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
busybox = patosPkgs.busybox.out;
kmodLibs = pkgs.kmod.lib;
kmodBin = pkgs.kmod.out;
cacert = pkgs.cacert.out;
libbpf = pkgs.libbpf.out;
btrfs = pkgs.btrfs-progs.out;
tpm2Libs = patosPkgs.tpm2-tss.out;
kexec = patosPkgs.kexec.out;
lvm2 = patosPkgs.lvm2.out;
# FIXME: remove later:
tpm2Tools = patosPkgs.tpm2-tools.out;
cryptsetup = pkgs.cryptsetup.bin;
erofsUtils = pkgs.erofs-utils.out;
builder = ./mkrootfs.sh;
})