tangled
alpha
login
or
join now
malpercio.dev
/
ezpds
0
fork
atom
An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.
0
fork
atom
overview
issues
pulls
pipelines
fix: add substituters and keys for nix-community cachix
malpercio.dev
5 days ago
3fdec991
91e44533
+2
-2
1 changed file
expand all
collapse all
unified
split
flake.nix
+2
-2
flake.nix
···
2
2
description = "ezpds development shell";
3
3
4
4
nixConfig = {
5
5
-
extra-substituters = "https://devenv.cachix.org";
6
6
-
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
5
5
+
extra-substituters = "https://devenv.cachix.org https://nix-community.cachix.org";
6
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