mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
Prior to this patch:
$ nix-instantiate --eval -E '
> with import ./. {
> localSystem.config = "aarch64-unknown-linux-musl";
> };
> (nixos {}).config.nixpkgs.localSystem.config
> '
"aarch64-unknown-linux-gnu"
Because only the system triple was being passed through, the Musl part
of the system specification was lost. This patch fixes various
occurrences of NixOS evaluation when a Nixpkgs evaluation is already
available, to pass through the full elaborated system attribute set,
to avoid this loss of precision.
|
||
|---|---|---|
| .. | ||
| podman | ||
| amazon-ec2-amis.nix | ||
| amazon-image.nix | ||
| amazon-init.nix | ||
| amazon-options.nix | ||
| anbox.nix | ||
| appvm.nix | ||
| azure-agent-entropy.patch | ||
| azure-agent.nix | ||
| azure-bootstrap-blobs.nix | ||
| azure-common.nix | ||
| azure-config-user.nix | ||
| azure-config.nix | ||
| azure-image.nix | ||
| azure-images.nix | ||
| brightbox-config.nix | ||
| brightbox-image.nix | ||
| build-vm.nix | ||
| cloudstack-config.nix | ||
| container-config.nix | ||
| containerd.nix | ||
| containers.nix | ||
| cri-o.nix | ||
| digital-ocean-config.nix | ||
| digital-ocean-image.nix | ||
| digital-ocean-init.nix | ||
| docker-image.nix | ||
| docker-rootless.nix | ||
| docker.nix | ||
| ec2-amis.nix | ||
| ec2-data.nix | ||
| ec2-metadata-fetcher.nix | ||
| ecs-agent.nix | ||
| gce-images.nix | ||
| google-compute-config.nix | ||
| google-compute-image.nix | ||
| grow-partition.nix | ||
| hyperv-guest.nix | ||
| hyperv-image.nix | ||
| kubevirt.nix | ||
| kvmgt.nix | ||
| libvirtd.nix | ||
| lxc-container.nix | ||
| lxc.nix | ||
| lxcfs.nix | ||
| lxd.nix | ||
| nixos-containers.nix | ||
| oci-containers.nix | ||
| openstack-config.nix | ||
| openstack-metadata-fetcher.nix | ||
| openstack-options.nix | ||
| openvswitch.nix | ||
| parallels-guest.nix | ||
| proxmox-image.nix | ||
| proxmox-lxc.nix | ||
| qemu-guest-agent.nix | ||
| qemu-vm.nix | ||
| railcar.nix | ||
| spice-usb-redirection.nix | ||
| vagrant-guest.nix | ||
| vagrant-virtualbox-image.nix | ||
| virtualbox-guest.nix | ||
| virtualbox-host.nix | ||
| virtualbox-image.nix | ||
| vmware-guest.nix | ||
| vmware-host.nix | ||
| vmware-image.nix | ||
| waydroid.nix | ||
| xe-guest-utilities.nix | ||
| xen-dom0.nix | ||
| xen-domU.nix | ||