1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Add a test for builtin:fetchurl cert verification

This commit is contained in:
Eelco Dolstra 2024-09-24 16:13:28 +02:00
parent c04bc17a5a
commit f2f47fa725
2 changed files with 80 additions and 0 deletions

View file

@ -159,4 +159,6 @@ in
fsync = runNixOSTestFor "x86_64-linux" ./fsync.nix;
cgroups = runNixOSTestFor "x86_64-linux" ./cgroups;
fetchurl = runNixOSTestFor "x86_64-linux" ./fetchurl.nix;
}