jungle/pkgs/nix/default.nix

8 lines
106 B
Nix

{ nix }:
nix.overrideAttrs (old: {
patches = (old.patches or []) ++ [
./add-catchAll.patch
];
})