nixos/core: use inline nix-index override

It was used only in this place
This commit is contained in:
Wroclaw 2024-07-09 11:22:27 +02:00
parent 069c5e979a
commit 6e76c7422a
2 changed files with 8 additions and 9 deletions

View file

@ -1,9 +0,0 @@
{self, super, package }:
package.override {
nix-index-unwrapped = self.nix-index-unwrapped.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches or [] ++ [
./cnfOutput.patch
];
});
}