1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 11:53:27 +02:00
home-manager/tests
Thiago Kenji Okada 7d4f510f26 home-environment: add home.sessionSearchVariables
This commit introduces `home.sessionSearchVariables` option, that is
created to be a "generic" version of `home.sessionPath` for any
environment variables that is similar to PATH (e.g.: MANPATH). This
allows composition of those variables between multiple modules, avoiding
issues like this one:

https://github.com/nix-community/home-manager/pull/4579/files#r1364374048

This commit also reimplements `home.sessionPath` as terms of
`home.sessionSearchVariables`, to reduce code duplication and show that
the code is correct.
2023-11-21 18:38:19 +00:00
..
lib lib: add functions to create DAGs from lists 2023-06-05 23:08:30 +02:00
modules home-environment: add home.sessionSearchVariables 2023-11-21 18:38:19 +00:00
asserts.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
big-test.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
default.nix openstackclient: add module (#4530) 2023-11-15 15:25:44 -07:00
stubs.nix tests: add mainProgram to stub packages 2023-09-24 09:48:46 +02:00