mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Nix+Optimizations] Fix distributed builds.
Also fix kernel and openssh if optimizations are turned off.
This commit is contained in:
parent
52407e3f4e
commit
2f20fad072
3 changed files with 18 additions and 14 deletions
|
|
@ -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=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue