mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
11 lines
126 B
Nix
11 lines
126 B
Nix
|
{ }:
|
||
|
|
||
|
with import <nixpkgs> {};
|
||
|
|
||
|
runCommand "hang"
|
||
|
{ requiredSystemFeatures = "uid-range";
|
||
|
}
|
||
|
''
|
||
|
sleep infinity
|
||
|
''
|