Fix nixpkgs-unstable import in overlay

This commit is contained in:
2026-05-11 21:00:32 -07:00
parent c12ef9e01e
commit f026cb5e65
2 changed files with 28 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
bitwarden-desktop = prev.bitwarden-desktop or prev.bitwarden;
# Override stremio-linux-shell with custom GTK4/master branch version
# Use nixpkgs-unstable for Rust 1.92+ support required by master branch
stremio-linux-shell = (import nixpkgs-unstable {
stremio-linux-shell = (import inputs.nixpkgs-unstable {
system = prev.stdenv.hostPlatform.system;
config.allowUnfree = true;
}).callPackage ./packages/stremio-linux-shell { };