Clément
Clément
Little plugins to support netlify edge and bun builds.
Solve #309 By fixing Lineage minimum version from 21.1 to 21.0 in boot animation patch selection
There is an error in the version selection for bootanimation-Reproducibility-fix in [flavors/lineageos/default.nix](https://github.com/nix-community/robotnix/blob/master/flavors/lineageos/default.nix#L66) : ```patch (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...
### Description Since deprecated rules are no longer necessary, it would be great if they were removed from the `all` rule set.