Loading pkgs/by-name/im/immersed-vr/darwin.nix +4 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , version , src , meta , unzip , undmg }: Loading @@ -15,8 +14,12 @@ stdenv.mkDerivation { sourceRoot = "."; installPhase = '' runHook preInstall mkdir -p $out/Applications cp -r *.app $out/Applications runHook postInstall ''; # Immersed is notarized. Loading pkgs/by-name/im/immersed-vr/linux.nix +1 −2 Original line number Diff line number Diff line { stdenv , pname { pname , version , src , meta Loading pkgs/by-name/im/immersed-vr/package.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,12 @@ let pname = "immersed-vr"; version = "9.10"; name = "${pname}-${version}"; sources = rec { x86_64-linux = { url = "https://web.archive.org/web/20240210075929/https://static.immersed.com/dl/Immersed-x86_64.AppImage"; hash = "sha256-Mx8UnV4fZSebj9ah650ZqsL/EIJpM6jl8tYmXJZiJpA="; }; aarch64-linux = x86_64-linux; x86_64-darwin = { url = "https://web.archive.org/web/20240210075929/https://static.immersed.com/dl/Immersed.dmg"; hash = "sha256-CR2KylovlS7zerZIEScnadm4+ENNhib5QnS6z5Ihv1Y="; Loading Loading
pkgs/by-name/im/immersed-vr/darwin.nix +4 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , version , src , meta , unzip , undmg }: Loading @@ -15,8 +14,12 @@ stdenv.mkDerivation { sourceRoot = "."; installPhase = '' runHook preInstall mkdir -p $out/Applications cp -r *.app $out/Applications runHook postInstall ''; # Immersed is notarized. Loading
pkgs/by-name/im/immersed-vr/linux.nix +1 −2 Original line number Diff line number Diff line { stdenv , pname { pname , version , src , meta Loading
pkgs/by-name/im/immersed-vr/package.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7,14 +7,12 @@ let pname = "immersed-vr"; version = "9.10"; name = "${pname}-${version}"; sources = rec { x86_64-linux = { url = "https://web.archive.org/web/20240210075929/https://static.immersed.com/dl/Immersed-x86_64.AppImage"; hash = "sha256-Mx8UnV4fZSebj9ah650ZqsL/EIJpM6jl8tYmXJZiJpA="; }; aarch64-linux = x86_64-linux; x86_64-darwin = { url = "https://web.archive.org/web/20240210075929/https://static.immersed.com/dl/Immersed.dmg"; hash = "sha256-CR2KylovlS7zerZIEScnadm4+ENNhib5QnS6z5Ihv1Y="; Loading