Fix nixpkgs-unstable import in overlay
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user