nixpkgs: apply buffybox patch

This commit is contained in:
2025-05-01 04:42:32 +00:00
parent 2e288d6221
commit bd2a360e90

View File

@@ -29,6 +29,13 @@ let
);
in
[
(fetchpatch' {
# TODO: merge/feedback after testing
name = "pkgs/buffybox: 3.2.0-unstable-2025-03-16 -> 3.3.0";
prUrl = "https://github.com/NixOS/nixpkgs/pull/403179";
hash = "sha256-9maM1MuoI/4oW55m0jBk54PVeNFAAGYcZPVvuxtKEJQ=";
})
(fetchpatch' {
name = "blueprint-compiler: wrap with required dependencies";
prUrl = "https://github.com/NixOS/nixpkgs/pull/400415";