Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
locationsimulator # LocationSimulator
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
locationsimulator # LocationSimulator
];
}
Package Definition
{
"pname": "locationsimulator",
"version": "0.2.2",
"src": {
"url": "https://github.com/Schlaubischlump/LocationSimulator/releases/download/v0.2.2/LocationSimulator.app.zip",
"sha256": "867941213a23e23c22a3e868e0fa5fec443d1e597e912eca8a1e97f68e7dbb08"
},
"installPhase": [
"mkdir -p \"$out/Applications/LocationSimulator.app\" && cp -r \"LocationSimulator.app\" \"$out/Applications\""
],
"meta": {
"description": "Application to spoof your iOS, iPadOS or iPhoneSimulator device location",
"homepage": "https://github.com/Schlaubischlump/LocationSimulator"
}
}