mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
linuxPackages.nvidia_x11: mark firmware as not compressible
This commit is contained in:
parent
309ea5a1af
commit
5862dabeed
@ -115,6 +115,7 @@ let
|
||||
};
|
||||
persistenced = mapNullable (hash: callPackage (import ./persistenced.nix self hash) { }) persistencedSha256;
|
||||
inherit persistencedVersion settingsVersion;
|
||||
compressFirmware = false;
|
||||
} // optionalAttrs (!i686bundled) {
|
||||
inherit lib32;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user