🚀 add jupyterwith cachix
parent
15c10abdea
commit
fd7c3a9ea2
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
nix.settings = {
|
||||
substituters = [ "https://jupyterwith.cachix.org" ];
|
||||
trusted-public-keys = [
|
||||
"jupyterwith.cachix.org-1:/kDy2B6YEhXGJuNguG1qyqIodMyO4w8KwWH4/vAc7CI="
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue