overlay: s/patchs/patches/g

This commit is contained in:
Aaron Bieber 2023-01-02 09:11:14 -07:00
parent f0b10cb5d8
commit d87d418ca0
No known key found for this signature in database

View File

@ -1,14 +1,14 @@
{ self, config, pkgs, lib, isUnstable, ... }:
let go = self: super: {
go = super.go.overrideAttrs (old: {
patchs = old.patches ++ [
patchss = old.patches ++ [
./452438.diff
];
});
};
go1_19 = self: super: {
go1_19 = super.go1_19.overrideAttrs (old: {
patchs = old.patches ++ [
patchss = old.patches ++ [
./452438.diff
];
});