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:
parent
b4b13382f4
commit
08dcd22582
2 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue