Update stremio-linux-shell to use unstable for Rust 1.92+

This commit is contained in:
2026-05-11 20:57:29 -07:00
parent d74a8a4a39
commit c12ef9e01e
7 changed files with 65 additions and 14 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ rec {
qmd = pkgs.callPackage ./qmd { };
openclaw-image = pkgs.callPackage ./openclaw-image { };
openclaw-runtime-closure = pkgs.callPackage ./openclaw-image/runtime-closure.nix { inherit qmd; };
stremio-linux-shell = pkgs.callPackage ./stremio-linux-shell { };
# stremio-linux-shell is defined in flake.nix to use nixpkgs-unstable for Rust 1.92+ support
}