summaryrefslogtreecommitdiff
path: root/tests/environment-path.nix
AgeCommit message (Collapse)Author
2024-05-23environment: Test how order of systemPath and profiles manifestsAndrew Marshall
2024-05-23environment: Rework test to assert against full $PATHAndrew Marshall
It’s deterministic after all, so test against the full thing for greater flexibility in testing and confidence in lack of unexpected changes to previously-untested parts of the default $PATH. Do this in a subshell to avoid polluting the test script’s environment.
2019-02-23users.users: only extend profiles if packages are definedDaiderd Jordan
2018-10-25Unify environment configuration and don't run in child shellsAndrew Childs
This should enable `nix run` to work under shells like fish and zsh, as well as making child shells not needlessly reset any environment that should be inherited. Implementation adapted from NixOS.
2017-05-15add test for default environment.systemPathDaiderd Jordan