1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Add tests for daemon with cgroups

This commit is contained in:
Parker Hoyes 2024-09-03 17:27:56 +00:00
parent 46b3188045
commit 4c88deef38
3 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ }:
with import <nixpkgs> {};
runCommand "hang"
{ requiredSystemFeatures = "uid-range";
}
''
sleep infinity
''