tests: fix impurity of _module.args.pkgsPath

This commit is contained in:
Shamrock Lee 2022-06-15 00:38:44 +08:00 committed by Robert Helgesson
parent 8160b3b45b
commit 8d5b07fc83
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ let
check = false;
} ++ [
{
# Bypass <nixpkgs> reference inside modules/modules.nix to make the test
# suite more pure.
_module.args.pkgsPath = pkgs.path;
# Fix impurities. Without these some of the user's environment
# will leak into the tests through `builtins.getEnv`.
xdg.enable = true;