nixpkgs/nixos/modules
Alyssa Ross c3c0dd00d8 treewide: fix loss of precision in NixOS systems
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.
2022-05-28 20:01:55 +00:00
..
config Merge pull request #168168 from fedeinthemix/home-mode 2022-05-23 12:27:49 +02:00
hardware nixos/saleae-logic: init 2022-05-27 20:39:32 +02:00
i18n/input-method nixos/fcitx5: add the setting of RIME_DATA_DIR and options for rime-data 2022-04-25 13:39:19 +08:00
installer lib/systems/inspect.nix: remove isPowerPC 2022-05-25 09:45:42 +02:00
misc nixos/version: add trailing newline to os-release 2022-05-25 20:25:27 -04:00
profiles Merge pull request #169113 from ElvishJerricco/systemd-stage-1-installer-tests 2022-04-30 13:18:57 -07:00
programs Merge pull request #147232 from mkg20001/zen-tweaks 2022-05-26 06:44:54 +02:00
security Merge pull request #156822 from xfix/wrapper-assert-argc-at-least-one 2022-05-16 18:52:51 +02:00
services nixos/nextcloud: Fix broken config file 2022-05-28 19:14:12 +01:00
system nixos/systemd-boot: fix systemd-boot-builder dowgrade to fail 2022-05-28 13:18:21 +02:00
tasks Merge pull request #171650 from helsinki-systems/feat/config-systemd-package 2022-05-09 10:23:04 +02:00
testing nixos/version: Warn about using the default of system.stateVersion 2022-05-05 12:22:31 +02:00
virtualisation treewide: fix loss of precision in NixOS systems 2022-05-28 20:01:55 +00:00
module-list.nix nixos/saleae-logic: init 2022-05-27 20:39:32 +02:00
rename.nix nixos/ssmtp: drop module 2022-04-17 00:44:50 +02:00