[Nix+Optimizations] Fix distributed builds.

Also fix kernel and openssh if optimizations are turned off.
This commit is contained in:
Antoine Viallon 2022-10-08 21:22:14 +02:00
parent 52407e3f4e
commit 2f20fad072
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 18 additions and 14 deletions

View file

@ -79,6 +79,8 @@ in
enableWideVine = true;
};
opensshOptimized = super.opensshOptimized or super.openssh;
scribus = super.scribus.overrideAttrs (old: rec {
version = "1.5.8";
sha256 = "sha256-R4Fuj89tBXiP8WqkSZ+X/yJDHHd6d4kUmwqItFHha3Q=";