fix PDS auto-update build

This commit is contained in:
Anish Lakhwara
2026-08-15 17:08:56 -07:00
parent 4c3c2a761c
commit 694d8013ed
3 changed files with 41 additions and 3 deletions
+5 -1
View File
@@ -67,7 +67,11 @@
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config = {
allowUnfree = true;
# PDS v0.4.219 uses a pnpm 9 lockfile; pnpm is build-only here.
permittedInsecurePackages = [ "pnpm-9.15.9" ];
};
# List packages installed in system profile. To search, run:
# $ nix search wget