Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-10 10:31:10 +00:00
parent 79ff5a55e2
commit 1e49d6a76d
5 changed files with 29 additions and 46 deletions

View File

@@ -8,7 +8,6 @@
(final: prev: {
telepresence = prev.telepresence.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches or [ ] ++ [
./fix-versioneer.patch
./extend-timeout.patch
];
});