diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-02-23 11:43:39 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2019-02-23 12:00:39 +0100 |
| commit | 6c6c8f21645f23c75bc25417c4fe6d5fb02eabd4 (patch) | |
| tree | 464759deb679d6f06c2bafe16ef1c31325b33677 /tests/users-packages.nix | |
| parent | ece03c592e6d254210dbd5f5dbf3032312246f03 (diff) | |
users.users: only extend profiles if packages are defined
Diffstat (limited to 'tests/users-packages.nix')
| -rw-r--r-- | tests/users-packages.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/users-packages.nix b/tests/users-packages.nix index c7d9895..0233897 100644 --- a/tests/users-packages.nix +++ b/tests/users-packages.nix @@ -24,5 +24,8 @@ in echo checking for unexpected paths in /etc/profiles/per-user/foo/bin >&2 test -e ${config.out}/etc/profiles/per-user/foo/lib/libhello.dylib && return + + echo "checking /etc/profiles/per-user/foo/bin in environment" >&2 + grep 'export PATH=.*:/etc/profiles/per-user/$USER/bin' ${config.system.build.setEnvironment} ''; } |
