nix-super/tests/nixos/cgroups/hang.nix

11 lines
126 B
Nix
Raw Normal View History

2024-09-03 20:27:56 +03:00
{ }:
with import <nixpkgs> {};
runCommand "hang"
{ requiredSystemFeatures = "uid-range";
}
''
sleep infinity
''