Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flavors/lineageos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ in mkIf (config.flavor == "lineageos") {

(pkgs.replaceVars (if lib.versionAtLeast config.flavorVersion "22.2"
then ./0002-bootanimation-Reproducibility-fix-22_2.patch
else if lib.versionAtLeast config.flavorVersion "21.1"
else if lib.versionAtLeast config.flavorVersion "21.0"
then ./0002-bootanimation-Reproducibility-fix-21.patch else
./0002-bootanimation-Reproducibility-fix.patch) {
inherit (pkgs) imagemagick;
Expand Down
Loading