An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

fix: add substituters and keys for nix-community cachix

+2 -2
+2 -2
flake.nix
··· 2 2 description = "ezpds development shell"; 3 3 4 4 nixConfig = { 5 - extra-substituters = "https://devenv.cachix.org"; 6 - extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="; 5 + extra-substituters = "https://devenv.cachix.org https://nix-community.cachix.org"; 6 + extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCUSOut="; 7 7 allow-import-from-derivation = true; 8 8 }; 9 9