nixpkgs/nixos/modules/installer
K900 77536af43b nixos/iso-image: extremely cursed performance optimization for Hydra
Right now the worst case chain of events for building an ISO on Hydra is

    - copy everything to squashfs builder
    - run squashfs builder
    - download squashfs from builder
    - compress squashfs
    - upload squashfs to S3
    - copy squashfs to ISO builder
    - run ISO builder
    - download ISO from builder
    - compress ISO
    - upload ISO to S3

This inlines the squashfs build into the ISO build, which makes it

    - copy everything to ISO builder
    - run ISO builder
    - download ISO from builder
    - compress ISO
    - upload ISO to S3

Which should reduce queue runner load by $alot per ISO, which we have four of on small channels
(one release, one test per arch) and a lot more than four of on large channels (with various desktops)
2024-03-12 15:41:59 +03:00
..
cd-dvd nixos/iso-image: extremely cursed performance optimization for Hydra 2024-03-12 15:41:59 +03:00
netboot nixos netboot: prepend systemd initrd sysroot for store overlay 2024-02-27 22:41:45 +01:00
scan
sd-card nixos/filesystems: make supportedFilesystems an attrset 2024-02-19 11:46:52 +01:00
tools nixos/installer: add a link to how to actually upgrade your system to the stateVersion note 2023-12-29 17:01:04 +03:00
virtualbox-demo.nix nixos/virtualbox-demo: use latest stateVersion 2023-10-27 12:56:12 +03:00