9 lines
120 B
Nix
9 lines
120 B
Nix
|
{nix}:
|
||
|
nix.overrideAttrs (super: {
|
||
|
patches =
|
||
|
(super.patches or [])
|
||
|
++ [
|
||
|
./dedupNixCache.patch
|
||
|
];
|
||
|
})
|