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

Add a test for chroot stores

This commit is contained in:
Eelco Dolstra 2024-10-22 22:23:16 +02:00
parent e09666d314
commit 75016c26f9
2 changed files with 33 additions and 0 deletions

View file

@ -161,4 +161,6 @@ in
cgroups = runNixOSTestFor "x86_64-linux" ./cgroups;
fetchurl = runNixOSTestFor "x86_64-linux" ./fetchurl.nix;
chrootStore = runNixOSTestFor "x86_64-linux" ./chroot-store.nix;
}