Loading pkgs/by-name/st/stardust-xr-sphereland/Cargo.lock 0 → 100644 +1687 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/by-name/st/stardust-xr-sphereland/package.nix 0 → 100644 +48 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, libxkbcommon, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "stardust-xr-sphereland"; version = "0-unstable-2023-11-06"; src = fetchFromGitHub { owner = "stardustxr"; repo = "sphereland"; rev = "39552d918c99a84eaf5f2d5e8734a472bf196f65"; hash = "sha256-LKdqTl14cdgD14IwAP34mWdDgREhy1CHOT86HywOxqM="; }; env.STARDUST_RES_PREFIXES = "${src}/res"; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "stardust-xr-0.14.1" = "sha256-aJYovCKcR6zoqsVenCBnL5a/ccvXxNku+mAKRf0pp1Q="; "stardust-xr-molecules-0.29.0" = "sha256-rzbLqx+X8KEjut6Cq4x/qiSN9OfbMemrDUP0F+hXy4U="; }; }; buildInputs = [ libxkbcommon ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { description = "Pointer/keyboard operated window manager for Stardust XR"; homepage = "https://stardustxr.org"; license = lib.licenses.mit; mainProgram = "sphereland"; maintainers = with lib.maintainers; [ pandapip1 technobaboo ]; platforms = lib.platforms.linux; }; } Loading
pkgs/by-name/st/stardust-xr-sphereland/Cargo.lock 0 → 100644 +1687 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/by-name/st/stardust-xr-sphereland/package.nix 0 → 100644 +48 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, libxkbcommon, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "stardust-xr-sphereland"; version = "0-unstable-2023-11-06"; src = fetchFromGitHub { owner = "stardustxr"; repo = "sphereland"; rev = "39552d918c99a84eaf5f2d5e8734a472bf196f65"; hash = "sha256-LKdqTl14cdgD14IwAP34mWdDgREhy1CHOT86HywOxqM="; }; env.STARDUST_RES_PREFIXES = "${src}/res"; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "stardust-xr-0.14.1" = "sha256-aJYovCKcR6zoqsVenCBnL5a/ccvXxNku+mAKRf0pp1Q="; "stardust-xr-molecules-0.29.0" = "sha256-rzbLqx+X8KEjut6Cq4x/qiSN9OfbMemrDUP0F+hXy4U="; }; }; buildInputs = [ libxkbcommon ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { description = "Pointer/keyboard operated window manager for Stardust XR"; homepage = "https://stardustxr.org"; license = lib.licenses.mit; mainProgram = "sphereland"; maintainers = with lib.maintainers; [ pandapip1 technobaboo ]; platforms = lib.platforms.linux; }; }