chore(patches): Add helper function
This commit is contained in:
parent
02084b130f
commit
180087728f
2 changed files with 11 additions and 7 deletions
|
@ -7,6 +7,7 @@ let
|
|||
_type = "static";
|
||||
inherit path;
|
||||
};
|
||||
npr = id: hash: { inherit id hash; };
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -16,16 +17,16 @@ in
|
|||
|
||||
"nixos-24.11" = [
|
||||
# nixos/nextcloud: Rename autocreate (a no-op) to verify_bucket_exists
|
||||
{
|
||||
id = "275165";
|
||||
hash = "sha256-9a26V3Pi8yLD3N9+mC1kvJoruxRTp/qOHapnt6VX7pw=";
|
||||
}
|
||||
(npr 275165 "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)
|
||||
|
||||
# Fix pretix tests
|
||||
(npr 374822 "sha256-vM6l8Pb6F5HoZrpG4Ay3DdwwHBbv8MQy2Bo4gfiQ5zM=")
|
||||
];
|
||||
|
||||
"nixos-unstable" = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue