Add zigpkgs cachix

This commit is contained in:
joachimschmidt557 2021-10-22 14:45:36 +02:00
parent 9f43ca568b
commit 7361cc1260
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

11
nixos/cachix/zigpkgs.nix Normal file
View file

@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://zigpkgs.cachix.org"
];
binaryCachePublicKeys = [
"zigpkgs.cachix.org-1:0OzsirU7FWCIcV9KFlEvQd/6n6rB34tNXMiDbEOJ+3w=";
];
};
}