Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-31 00:42:01 +01:00
parent a11dd05dba
commit f1593c2c56
10 changed files with 37 additions and 6229 deletions

View File

@@ -1,5 +1,14 @@
{ patcher, ... }:
{
nixpkgs.patches = [
# FIXME: https://github.com/NixOS/nixpkgs/pull/429473
(patcher.fetchpatch {
name = "osm-gps-map: patch libsoup 2.4 -> 3.0";
url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/429473.diff";
hash = "sha256-PPCB4VzANYuQLWelY2rvMQCqLG7tJ7RF9t967MNVFbU=";
})
];
home-manager.patches = [
(patcher.fetchpatch {
name = "ssh: make userKnownHostsFiles consistent with nixpkgs";