From 19497893698e7a9a884d2d95986e4103e2f8a6f1 Mon Sep 17 00:00:00 2001 From: Dea Date: Sun, 26 Jul 2026 11:40:12 -0400 Subject: [PATCH] remove pnpm insecure overrides --- nixpkgs.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixpkgs.nix b/nixpkgs.nix index e0c3f76..3f92124 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix @@ -15,9 +15,6 @@ config = { allowUnfree = true; allowBroken = false; - permittedInsecurePackages = [ - "pnpm-10.29.2" - ]; }; }; @@ -32,9 +29,6 @@ config = { allowUnfree = true; allowBroken = false; - permittedInsecurePackages = [ - "pnpm-10.29.2" - ]; }; }; };