Loading pkgs/by-name/op/opencomposite/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ , vulkan-loader , xorg , nix-update-script , unstableGitUpdater }: stdenv.mkDerivation { Loading Loading @@ -52,8 +52,9 @@ stdenv.mkDerivation { runHook postInstall ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=openxr" ]; passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; branch = "openxr"; }; meta = with lib; { Loading Loading
pkgs/by-name/op/opencomposite/package.nix +4 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ , vulkan-loader , xorg , nix-update-script , unstableGitUpdater }: stdenv.mkDerivation { Loading Loading @@ -52,8 +52,9 @@ stdenv.mkDerivation { runHook postInstall ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=openxr" ]; passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; branch = "openxr"; }; meta = with lib; { Loading