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