diff --git a/tests/default.nix b/tests/default.nix index 9066f0518..42a96579c 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -15,6 +15,10 @@ let check = false; } ++ [ { + # Bypass 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;