mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
11 lines
131 B
Nix
11 lines
131 B
Nix
{ }:
|
|
|
|
with import <nixpkgs> { };
|
|
|
|
runCommand "hang"
|
|
{
|
|
requiredSystemFeatures = "uid-range";
|
|
}
|
|
''
|
|
sleep infinity
|
|
''
|