nixos/core: use inline nix-index override
It was used only in this place
This commit is contained in:
parent
069c5e979a
commit
6e76c7422a
2 changed files with 8 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
{self, super, package }:
|
||||
|
||||
package.override {
|
||||
nix-index-unwrapped = self.nix-index-unwrapped.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [] ++ [
|
||||
./cnfOutput.patch
|
||||
];
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue