numtide cache. for unfree stuff

This commit is contained in:
Peder Bergebakken Sundt 2023-06-23 21:15:52 +02:00
parent e38f800096
commit 1e9560dc04
1 changed files with 13 additions and 0 deletions

13
cachix/numtide.nix Normal file
View File

@ -0,0 +1,13 @@
{
nix = {
settings = {
substituters = [
"https://numtide.cachix.org"
];
trusted-public-keys = [
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
];
};
};
}