1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

tests: don't refer to TMPDIR

This commit is contained in:
Naïm Favier 2022-12-06 16:36:42 +01:00
parent b4b13382f4
commit 08dcd22582
No known key found for this signature in database
GPG key ID: 95AFCE8211908325
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ with import ./config.nix;
};
hashmismatch = import <nix/fetchurl.nix> {
url = "file://" + builtins.getEnv "TMPDIR" + "/dummy";
url = "file://" + builtins.getEnv "TEST_ROOT" + "/dummy";
sha256 = "0mdqa9w1p6cmli6976v4wi0sw9r4p5prkj7lzfd1877wk11c9c73";
};