nix-super/tests/nixos/cgroups/hang.nix
2024-09-03 17:27:56 +00:00

10 lines
126 B
Nix

{ }:
with import <nixpkgs> {};
runCommand "hang"
{ requiredSystemFeatures = "uid-range";
}
''
sleep infinity
''