including cachix stuff

This commit is contained in:
atagen 2022-08-27 20:44:29 +10:00
parent 57fdfa8213
commit 0737d5725f
3 changed files with 26 additions and 2 deletions

View file

@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://nix-community.cachix.org"
];
binaryCachePublicKeys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}