diff --git a/nixos/profiles/common/core/packages/overlays/default.nix b/nixos/profiles/common/core/packages/overlays/default.nix index 1a58ecf..04be88d 100644 --- a/nixos/profiles/common/core/packages/overlays/default.nix +++ b/nixos/profiles/common/core/packages/overlays/default.nix @@ -1,4 +1,4 @@ -_: let +let addPatches = pkg: patches: pkg.overrideAttrs (old: { patches = (old.patches or []) ++ patches;