🚀 add jupyterwith cachix

dev-docs
Moritz Böhme 2022-04-18 12:19:21 +02:00
parent 15c10abdea
commit fd7c3a9ea2
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
nix.settings = {
substituters = [ "https://jupyterwith.cachix.org" ];
trusted-public-keys = [
"jupyterwith.cachix.org-1:/kDy2B6YEhXGJuNguG1qyqIodMyO4w8KwWH4/vAc7CI="
];
};
}