Closed xokdvium closed 3 weeks ago
I ran into the same issue and tbh I don't understand why submerger is part of this flake, nor why is installed by default with no option to disable it? https://github.com/rasmus-kirk/nixarr/blob/main/nixarr/default.nix#L7
It seems to not be referenced anywhere else. Personally I would not want this installed on my system as I do not need it.
I have the same issue with nixos unstable and the latest version of nixarr
Fixed in main
Describe the bug
Recently due to a change in nixpkgs rust-overlay stopped working with latest unstable: rust-overlay#191. This affects
submerged
dependency when the nixpkgs inputs gets overriden viainputs.nixpkgs.follows
.To Reproduce Try to use the nixarr flake with overriden
nixpkgs
input after nixpkgs#338999Expected behavior No eval failure occurs.
Additional context I can work around this problem by overriding the
rust-overlay
input forsubmerger
like so:It should be enough to just bump rust-overlay in
submerger
repo to fix this.