Using lix-module with nixos-unstable revision causes rebuild of large packages #44
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
with the flake input config:
using the
inputs.lix-module.nixosModules.default
module overlay forces a manual build ofwebkitgtk-*
packages which is problematic as it requires an enormous amount of CPU time and RAM to build. Removing the module from my configuration solved this problem and fetchedwebkitgtk-*
from the nixpkgs hydra cache again. Perhaps thelix-module
overlay is changing one ofwebkitgtk-*
s dependencies?System info:
Using lix-module with nixos-unstable branch causes rebuild of large packagesto Using lix-module with nixos-unstable revision causes rebuild of large packagesthat's a packaging bug in a webkitgtk dependency:
For posterity here is my PR that fixes this bug in the
geoclue2
package:https://github.com/NixOS/nixpkgs/pull/354344