Files
nixos/garnix.yaml
T

31 lines
987 B
YAML
Raw Normal View History

2022-09-23 10:18:39 -05:00
builds:
2024-02-19 11:31:58 -06:00
exclude:
2025-01-21 17:01:55 -06:00
# i686 is something we don't care about
2024-02-19 11:31:58 -06:00
- devShells.i686-linux.default
2025-01-21 17:01:55 -06:00
# Duplicate package
- packages.x86_64-linux.default
# Just data, no need to build
2024-11-04 10:39:16 -06:00
- packages.aarch64-linux.zim
2024-11-04 10:47:31 -06:00
- packages.aarch64-darwin.zim
2024-11-04 10:39:16 -06:00
- packages.x86_64-linux.zim
2025-01-21 17:01:55 -06:00
# VM images don't need to be built separately
# on different targets
2024-11-23 01:34:26 -06:00
- packages.aarch64-linux.jellyfin
- packages.aarch64-linux.matrix
- packages.aarch64-darwin.jellyfin
- packages.aarch64-darwin.matrix
2025-01-21 17:01:55 -06:00
# These three don't exist where QEmu doesn't
- packages.aarch64-darwin.qemu-hook
- packages.aarch64-darwin.vfio_shutdown
- packages.aarch64-darwin.vfio_startup
# These are just images which I will build when
# I feel like it
2024-11-04 10:39:16 -06:00
- nixosConfigurations.iso
- nixosConfigurations.iso-beta
2022-09-23 10:18:39 -05:00
include:
2024-02-19 11:10:49 -06:00
- devShells.*.default
- homeConfigurations.*
2023-12-14 00:54:34 -06:00
- nixosConfigurations.*
2024-02-19 11:31:58 -06:00
- packages.aarch64-linux.*
- packages.aarch64-darwin.*