dotfiles/modules/cachix/jupyterwith.nix

9 lines
198 B
Nix
Raw Normal View History

2022-04-18 12:19:21 +02:00
{
nix.settings = {
substituters = [ "https://jupyterwith.cachix.org" ];
trusted-public-keys = [
"jupyterwith.cachix.org-1:/kDy2B6YEhXGJuNguG1qyqIodMyO4w8KwWH4/vAc7CI="
];
};
}