This commit is contained in:
Jonas Rabenstein 2025-11-28 23:14:08 +01:00
commit 4c2f85ad62
8 changed files with 285 additions and 65 deletions

View file

@ -51,9 +51,7 @@
package =
name: path:
let
pkg = (pkgs' pkgs).callPackage path {
original = pkgs.${name} or null;
};
pkg = pkgs.lib.callPackageWith ((pkgs' pkgs) // { original = pkgs.${name} or null; }) path {};
patches = scan (name: type: if lib.strings.removeSuffix ".patch" name != name then name else null) (
name: path: path
) path;