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