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