1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-12 03:51:07 +01:00
home-manager/tests/modules/home-environment
Matt Sturgeon ab8e4b2b5a home-environment: extend release check to include pkgs
`lib` comes from the Nixpkgs used to instantiate Home Manager itself and
cannot change within the module fixpoint. However, `pkgs` is configurable
(via `nixpkgs.*` or `_module.args`) and may come from a different Nixpkgs
instance from the one providing `lib`.

Mismatches between Home Manager's release and the release of the `pkgs`
instance are more common and also more likely to cause subtle issues.

This change extends the release check to include `pkgs.lib.trivial.release`
so that such mismatches can be detected and reported.
2025-12-02 21:35:34 -06:00
..
default.nix home-environment: extend release check to include pkgs 2025-12-02 21:35:34 -06:00
nixpkgs-release-check-pkgs.nix home-environment: extend release check to include pkgs 2025-12-02 21:35:34 -06:00
session-path.nix treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00
session-search-variables.nix treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00
session-variables-expected.txt i18n: set the appropriate LOCALE_ARCHIVE_x_xx variable (#1659) 2021-01-23 15:56:38 +01:00
session-variables.nix treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00