fix PDS auto-update build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user