Add zigpkgs cachix
This commit is contained in:
parent
9f43ca568b
commit
7361cc1260
1 changed files with 11 additions and 0 deletions
11
nixos/cachix/zigpkgs.nix
Normal file
11
nixos/cachix/zigpkgs.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://zigpkgs.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"zigpkgs.cachix.org-1:0OzsirU7FWCIcV9KFlEvQd/6n6rB34tNXMiDbEOJ+3w=";
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue