From 09d5c9c93c786a309328564d74c58e8be1dcfa5b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 28 Jun 2025 16:56:06 +0200 Subject: build(nix/package): Add all required files to the src allow list --- nix/package.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/package.nix b/nix/package.nix index d25018a..24b6897 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -49,6 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "mkdb.sh" "help.str" "raw_error_warning.txt" + "urllib3_polyfill.py" ]) || (lib.strings.hasSuffix ".rs" (builtins.baseNameOf name)) || (lib.strings.hasSuffix ".h" (builtins.baseNameOf name)) -- cgit 1.4.1