# minimal derivation to see what the fastest time of nix-instantiate can be derivation { name = "empty"; builder = "true"; system = builtins.currentSystem; }