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