2024-12-12 14:41:43 +01:00
|
|
|
# SPDX-FileCopyrightText: 2024 Tom Hubrecht <tom.hubrecht@dgnum.eu>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
|
2024-11-25 11:15:20 +01:00
|
|
|
let
|
|
|
|
local = path: {
|
|
|
|
_type = "static";
|
|
|
|
inherit path;
|
|
|
|
};
|
|
|
|
in
|
|
|
|
|
2023-09-24 13:03:23 +02:00
|
|
|
{
|
2024-11-22 12:56:14 +01:00
|
|
|
lix = [
|
2024-11-25 11:15:20 +01:00
|
|
|
(local ./lix/01-disable-installChecks.patch)
|
2024-11-22 12:56:14 +01:00
|
|
|
];
|
|
|
|
|
2024-12-15 21:34:53 +01:00
|
|
|
"nixos-24.11" = [
|
|
|
|
# nixos/nextcloud: Rename autocreate (a no-op) to verify_bucket_exists
|
|
|
|
{
|
|
|
|
id = "275165";
|
|
|
|
hash = "sha256-9a26V3Pi8yLD3N9+mC1kvJoruxRTp/qOHapnt6VX7pw=";
|
|
|
|
}
|
|
|
|
|
|
|
|
# Crabfit: don't depend on all google-fonts
|
|
|
|
(local ./nixpkgs/03-crabfit-karla.patch)
|
|
|
|
|
|
|
|
# netbox qrcode plugin
|
|
|
|
(local ./nixpkgs/06-netbox-qrcode.patch)
|
|
|
|
];
|
|
|
|
|
2024-04-03 19:31:46 +02:00
|
|
|
"nixos-unstable" = [
|
|
|
|
# netbox qrcode plugin
|
2024-11-25 11:15:20 +01:00
|
|
|
(local ./nixpkgs/06-netbox-qrcode.patch)
|
2024-10-20 23:01:14 +02:00
|
|
|
|
|
|
|
# Build netbird-relay
|
2024-11-25 11:15:20 +01:00
|
|
|
(local ./nixpkgs/05-netbird-relay.patch)
|
2024-04-03 19:31:46 +02:00
|
|
|
];
|
2023-09-24 13:03:23 +02:00
|
|
|
}
|