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