3 <nixos/nixos/modules/installer/cd-dvd/channel.nix>
4 <nixos/nixos/modules/profiles/base.nix>
5 <nixos/nixos/modules/testing/test-instrumentation.nix>
6 <nixos/nixos/modules/virtualisation/qemu-vm.nix>
9 nix.binaryCaches = lib.mkForce [ ];
15 system.extraDependencies = with pkgs; [
16 # List of packages from installer test
17 curl # To diagnose fetch requests
24 nixos-artwork.wallpapers.simple-dark-gray-bottom
26 perlPackages.ListCompare
27 perlPackages.XMLLibXML
36 # Don't try to install bootloaders in a VM
37 boot.loader.grub.devices = lib.mkForce [ "nodev" ];