1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/tests/nixos/cgroups/hang.nix

11 lines
126 B
Nix
Raw Normal View History

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