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:
parent
c04bc17a5a
commit
f2f47fa725
2 changed files with 80 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue