nixpkgs/nixos/lib
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
..
make-options-doc treewide: don't use python3Minimal where it is not required 2023-12-21 02:21:48 +01:00
test-driver nixos/lib/test-driver: fix mypy errors after staging-next merge 2024-03-08 15:33:48 +03:00
testing macOS support for NixOS tests (#282401) 2024-03-02 06:33:14 +01:00
default.nix
eval-cacheable-options.nix
eval-config-minimal.nix
eval-config.nix nixos: Expose lib attribute on configuration for repl 2024-01-15 00:28:07 +01:00
from-env.nix
make-btrfs-fs.nix nixos/lib/make-btrfs-fs: Use fakeroot and faketime (#265686) 2023-11-07 02:17:38 +02:00
make-channel.nix
make-disk-image.nix nixos/lib/make-disk-image.nix: fix systemd-boot-builder clobbering /homeless-shelter 2024-03-01 12:52:48 +01:00
make-ext4-fs.nix
make-iso9660-image.nix nixos/iso-image: extremely cursed performance optimization for Hydra 2024-03-12 15:41:59 +03:00
make-iso9660-image.sh nixos/iso-image: extremely cursed performance optimization for Hydra 2024-03-12 15:41:59 +03:00
make-multi-disk-zfs-image.nix
make-single-disk-zfs-image.nix make-single-disk-zfs-image: make memSize configurable 2023-10-31 08:28:45 +01:00
make-squashfs.nix nixos/lib/make-squashfs.nix: allow disabling compression 2024-01-07 22:46:20 -06:00
make-system-tarball.nix
make-system-tarball.sh
qemu-common.nix linux-builder: support x86_64-linux on aarch64 2023-10-24 13:35:37 +02:00
systemd-lib.nix systemd: fix propagation of upheldBy option to units 2024-02-29 02:01:24 +02:00
systemd-network-units.nix nixos/networkd: add [IPVLAN] and [IPVTAP] configuration options to systemd.netdev files 2023-11-18 08:43:21 +01:00
systemd-types.nix
systemd-unit-options.nix Merge pull request #290946 from ju1m/systemd-option-list 2024-02-27 20:49:39 -05:00
test-script-prepend.py nixos/lib/test-driver: provide legacy path for create_machine({"startCommand": "..."}) 2024-02-28 09:32:11 +03:00
testing-python.nix nixos/test-driver: provide a global timeout 2023-10-29 12:45:00 +01:00
utils.nix nixos/utils: fix stack overflow in genJqReplacementSnippet (#284027) 2024-01-30 11:00:08 +01:00