remove pnpm insecure overrides

This commit is contained in:
Dea 2026-07-26 11:40:12 -04:00
parent b7f40dec17
commit 1949789369

View file

@ -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"
];
};
};
};